Html Css Color HEX #78B3E0 Jordy Blue

📋 copy color: '#78B3E0'

red 120 ◦ green 179 ◦ blue 224

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

Shades of Jordy Blue #78B3E0

Tints of Jordy Blue #78B3E0

RGB

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

 GREEN value IS 179 (70.31% from 255) = 34.23%

 BLUE value IS 224 (87.89% from 255) = 42.83%

R = 22.94%
G = 34.23%
B = 42.83%

CMYK

 C value IS 0.46

 M value IS 0.20

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#78B3E0 (or 0x78B3E0) is known color: Jordy Blue. HEX triplet: 78, B3 and E0. RGB value is (120,179,224). Sum of RGB (Red+Green+Blue) = 120+179+224=523 (69% of max value = 765). Red value is 120 (47.27% from 255 or 22.94% from 523); Green value is 179 (70.31% from 255 or 34.23% from 523); Blue value is 224 (87.89% from 255 or 42.83% from 523); Max value from RGB is 224 - color contains mainly: blue. Hex color #78B3E0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78B3E0 is #874C1F. Grayscale: #A6A6A6. Windows color (decimal): -8866848 or 14726008. OLE color: 14726008.

HSL color Cylindrical-coordinate representation of color #78B3E0: hue angle of 205.96º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #78B3E0 is Cyan = 0.46, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 120 179 224 -
CMYK 0.46 0.20 0 0.12
HSL 205.96º 0.63% 0.67% -
HSV(B) 205.96º 0.46% 0.88% -
XYZ 37.32 41.62 76.59 -
YUV 166.49 160.45 94.84 -
System Red Green Blue C M Y K H S L
Decimal 120 179 224 0.46 0.20 0 0.12 205.96 0.63 0.67
Hex 78 B3 E0 2E 14 0 C CE 3F 43
Octal 170 263 340 56 24 0 14 316 77 103
Binary 1111000 10110011 11100000 101110 10100 0 1100 11001110 111111 1000011

Color Harmonies of #78B3E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78B3E0

Black with #78B3E0

Text Example


Text Example

White with #78B3E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,179,224); }

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

background-color css

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

 a { background-color: rgb(120,179,224); }

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

border-color css

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

 span { border-color: rgb(120,179,224); }

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