Html Css Color HEX #78B2E6 Jordy Blue

📋 copy color: '#78B2E6'

red 120 ◦ green 178 ◦ blue 230

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

Shades of Jordy Blue #78B2E6

Tints of Jordy Blue #78B2E6

RGB

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

 GREEN value IS 178 (69.92% from 255) = 33.71%

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

R = 22.73%
G = 33.71%
B = 43.56%

CMYK

 C value IS 0.48

 M value IS 0.23

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#78B2E6 (or 0x78B2E6) is known color: Jordy Blue. HEX triplet: 78, B2 and E6. RGB value is (120,178,230). Sum of RGB (Red+Green+Blue) = 120+178+230=528 (69% of max value = 765). Red value is 120 (47.27% from 255 or 22.73% from 528); Green value is 178 (69.92% from 255 or 33.71% from 528); Blue value is 230 (90.23% from 255 or 43.56% from 528); Max value from RGB is 230 - color contains mainly: blue. Hex color #78B2E6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #78B2E6 is #874D19. Grayscale: #A6A6A6. Windows color (decimal): -8867098 or 15118968. OLE color: 15118968.

HSL color Cylindrical-coordinate representation of color #78B2E6: hue angle of 208.36º 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 #78B2E6 is Cyan = 0.48, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 120 178 230 -
CMYK 0.48 0.23 0 0.10
HSL 208.36º 0.69% 0.69% -
HSV(B) 208.36º 0.48% 0.9% -
XYZ 37.95 41.55 80.88 -
YUV 166.59 163.78 94.77 -
System Red Green Blue C M Y K H S L
Decimal 120 178 230 0.48 0.23 0 0.10 208.36 0.69 0.69
Hex 78 B2 E6 30 17 0 A D0 45 45
Octal 170 262 346 60 27 0 12 320 105 105
Binary 1111000 10110010 11100110 110000 10111 0 1010 11010000 1000101 1000101

Color Harmonies of #78B2E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78B2E6

Black with #78B2E6

Text Example


Text Example

White with #78B2E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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