Html Css Color HEX #85B2E8 Jordy Blue

📋 copy color: '#85B2E8'

red 133 ◦ green 178 ◦ blue 232

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

Shades of Jordy Blue #85B2E8

Tints of Jordy Blue #85B2E8

RGB

 RED value IS 133 (52.34% from 255) = 24.49%

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

 BLUE value IS 232 (91.02% from 255) = 42.73%

R = 24.49%
G = 32.78%
B = 42.73%

CMYK

 C value IS 0.43

 M value IS 0.23

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#85B2E8 (or 0x85B2E8) is known color: Jordy Blue. HEX triplet: 85, B2 and E8. RGB value is (133,178,232). Sum of RGB (Red+Green+Blue) = 133+178+232=543 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.49% from 543); Green value is 178 (69.92% from 255 or 32.78% from 543); Blue value is 232 (91.02% from 255 or 42.73% from 543); Max value from RGB is 232 - color contains mainly: blue. Hex color #85B2E8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #85B2E8 is #7A4D17. Grayscale: #AAAAAA. Windows color (decimal): -8015128 or 15250053. OLE color: 15250053.

HSL color Cylindrical-coordinate representation of color #85B2E8: hue angle of 212.73º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #85B2E8 is Cyan = 0.43, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 133 178 232 -
CMYK 0.43 0.23 0 0.09
HSL 212.73º 0.68% 0.72% -
HSV(B) 212.73º 0.43% 0.91% -
XYZ 40.16 42.65 82.46 -
YUV 170.7 162.59 101.11 -
System Red Green Blue C M Y K H S L
Decimal 133 178 232 0.43 0.23 0 0.09 212.73 0.68 0.72
Hex 85 B2 E8 2B 17 0 9 D5 44 48
Octal 205 262 350 53 27 0 11 325 104 110
Binary 10000101 10110010 11101000 101011 10111 0 1001 11010101 1000100 1001000

Color Harmonies of #85B2E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B2E8

Black with #85B2E8

Text Example


Text Example

White with #85B2E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85B2E8; }

 p { color: rgb(133,178,232); }

 H1.HeaderClassName
 {
   color: #85B2E8;
 }
 .AnyTagClassName
 {
   color: #85B2E8;
 }
</style>

background-color css

<style>
 a { background-color: #85B2E8; }

 a { background-color: rgb(133,178,232); }

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

border-color css

<style>
 span { border-color: #85B2E8; }

 span { border-color: rgb(133,178,232); }

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