Html Css Color HEX #78AFE6 Jordy Blue

📋 copy color: '#78AFE6'

red 120 ◦ green 175 ◦ blue 230

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

Shades of Jordy Blue #78AFE6

Tints of Jordy Blue #78AFE6

RGB

 RED value IS 120 (47.27% from 255) = 22.86%

 GREEN value IS 175 (68.75% from 255) = 33.33%

 BLUE value IS 230 (90.23% from 255) = 43.81%

R = 22.86%
G = 33.33%
B = 43.81%

CMYK

 C value IS 0.48

 M value IS 0.24

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#78AFE6 (or 0x78AFE6) is known color: Jordy Blue. HEX triplet: 78, AF and E6. RGB value is (120,175,230). Sum of RGB (Red+Green+Blue) = 120+175+230=525 (69% of max value = 765). Red value is 120 (47.27% from 255 or 22.86% from 525); Green value is 175 (68.75% from 255 or 33.33% from 525); Blue value is 230 (90.23% from 255 or 43.81% from 525); Max value from RGB is 230 - color contains mainly: blue. Hex color #78AFE6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #78AFE6 is #875019. Grayscale: #A4A4A4. Windows color (decimal): -8867866 or 15118200. OLE color: 15118200.

HSL color Cylindrical-coordinate representation of color #78AFE6: hue angle of 210º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #78AFE6 is Cyan = 0.48, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 120 175 230 -
CMYK 0.48 0.24 0 0.10
HSL 210º 0.69% 0.69% -
HSV(B) 210º 0.48% 0.9% -
XYZ 37.36 40.37 80.69 -
YUV 164.83 164.78 96.03 -
System Red Green Blue C M Y K H S L
Decimal 120 175 230 0.48 0.24 0 0.10 210 0.69 0.69
Hex 78 AF E6 30 18 0 A D2 45 45
Octal 170 257 346 60 30 0 12 322 105 105
Binary 1111000 10101111 11100110 110000 11000 0 1010 11010010 1000101 1000101

Color Harmonies of #78AFE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78AFE6

Black with #78AFE6

Text Example


Text Example

White with #78AFE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78AFE6; }

 p { color: rgb(120,175,230); }

 H1.HeaderClassName
 {
   color: #78AFE6;
 }
 .AnyTagClassName
 {
   color: #78AFE6;
 }
</style>

background-color css

<style>
 a { background-color: #78AFE6; }

 a { background-color: rgb(120,175,230); }

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

border-color css

<style>
 span { border-color: #78AFE6; }

 span { border-color: rgb(120,175,230); }

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