Html Css Color HEX #85E0F4 Sky Blue

📋 copy color: '#85E0F4'

red 133 ◦ green 224 ◦ blue 244

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

Shades of Sky Blue #85E0F4

Tints of Sky Blue #85E0F4

RGB

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

 GREEN value IS 224 (87.89% from 255) = 37.27%

 BLUE value IS 244 (95.7% from 255) = 40.6%

R = 22.13%
G = 37.27%
B = 40.6%

CMYK

 C value IS 0.45

 M value IS 0.08

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#85E0F4 (or 0x85E0F4) is known color: Sky Blue. HEX triplet: 85, E0 and F4. RGB value is (133,224,244). Sum of RGB (Red+Green+Blue) = 133+224+244=601 (79% of max value = 765). Red value is 133 (52.34% from 255 or 22.13% from 601); Green value is 224 (87.89% from 255 or 37.27% from 601); Blue value is 244 (95.70% from 255 or 40.60% from 601); Max value from RGB is 244 - color contains mainly: blue. Hex color #85E0F4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85E0F4 is #7A1F0B. Grayscale: #C6C6C6. Windows color (decimal): -8003340 or 16048261. OLE color: 16048261.

HSL color Cylindrical-coordinate representation of color #85E0F4: hue angle of 190.81º degrees, saturation: 0.83, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #85E0F4 is Cyan = 0.45, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 133 224 244 -
CMYK 0.45 0.08 0 0.04
HSL 190.81º 0.83% 0.74% -
HSV(B) 190.81º 0.45% 0.96% -
XYZ 52.66 64.83 95.33 -
YUV 199.07 153.35 80.87 -
System Red Green Blue C M Y K H S L
Decimal 133 224 244 0.45 0.08 0 0.04 190.81 0.83 0.74
Hex 85 E0 F4 2D 8 0 4 BF 53 4A
Octal 205 340 364 55 10 0 4 277 123 112
Binary 10000101 11100000 11110100 101101 1000 0 100 10111111 1010011 1001010

Color Harmonies of #85E0F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85E0F4

Black with #85E0F4

Text Example


Text Example

White with #85E0F4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,224,244); }

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

background-color css

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

 a { background-color: rgb(133,224,244); }

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

border-color css

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

 span { border-color: rgb(133,224,244); }

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