Html Css Color HEX #7FACEE Jordy Blue

📋 copy color: '#7FACEE'

red 127 ◦ green 172 ◦ blue 238

#7FACEE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jordy Blue #7FACEE

Tints of Jordy Blue #7FACEE

RGB

 RED value IS 127 (50% from 255) = 23.65%

 GREEN value IS 172 (67.58% from 255) = 32.03%

 BLUE value IS 238 (93.36% from 255) = 44.32%

R = 23.65%
G = 32.03%
B = 44.32%

CMYK

 C value IS 0.47

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#7FACEE (or 0x7FACEE) is known color: Jordy Blue. HEX triplet: 7F, AC and EE. RGB value is (127,172,238). Sum of RGB (Red+Green+Blue) = 127+172+238=537 (71% of max value = 765). Red value is 127 (50% from 255 or 23.65% from 537); Green value is 172 (67.58% from 255 or 32.03% from 537); Blue value is 238 (93.36% from 255 or 44.32% from 537); Max value from RGB is 238 - color contains mainly: blue. Hex color #7FACEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7FACEE is #805311. Grayscale: #A5A5A5. Windows color (decimal): -8409874 or 15641727. OLE color: 15641727.

HSL color Cylindrical-coordinate representation of color #7FACEE: hue angle of 215.68º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7FACEE is Cyan = 0.47, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 127 172 238 -
CMYK 0.47 0.28 0 0.07
HSL 215.68º 0.77% 0.72% -
HSV(B) 215.68º 0.47% 0.93% -
XYZ 38.94 40.19 86.59 -
YUV 166.07 168.59 100.13 -
System Red Green Blue C M Y K H S L
Decimal 127 172 238 0.47 0.28 0 0.07 215.68 0.77 0.72
Hex 7F AC EE 2F 1C 0 7 D8 4D 48
Octal 177 254 356 57 34 0 7 330 115 110
Binary 1111111 10101100 11101110 101111 11100 0 111 11011000 1001101 1001000

Color Harmonies of #7FACEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FACEE

Black with #7FACEE

Text Example


Text Example

White with #7FACEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7FACEE; }

 p { color: rgb(127,172,238); }

 H1.HeaderClassName
 {
   color: #7FACEE;
 }
 .AnyTagClassName
 {
   color: #7FACEE;
 }
</style>

background-color css

<style>
 a { background-color: #7FACEE; }

 a { background-color: rgb(127,172,238); }

 div.DivClassName
 {
   background-color: #7FACEE;
 }
 .BgClassName
 {
   background-color: #7FACEE;
 }
</style>

border-color css

<style>
 span { border-color: #7FACEE; }

 span { border-color: rgb(127,172,238); }

 td.TdClassName
 {
   border-color: #7FACEE;
 }
 .TagClassName
 {
   border-color: #7FACEE;
 }
</style>