Html Css Color HEX #85C1EF Light Sky Blue

📋 copy color: '#85C1EF'

red 133 ◦ green 193 ◦ blue 239

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

Shades of Light Sky Blue #85C1EF

Tints of Light Sky Blue #85C1EF

RGB

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

 GREEN value IS 193 (75.78% from 255) = 34.16%

 BLUE value IS 239 (93.75% from 255) = 42.3%

R = 23.54%
G = 34.16%
B = 42.3%

CMYK

 C value IS 0.44

 M value IS 0.19

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#85C1EF (or 0x85C1EF) is known color: Light Sky Blue. HEX triplet: 85, C1 and EF. RGB value is (133,193,239). Sum of RGB (Red+Green+Blue) = 133+193+239=565 (74% of max value = 765). Red value is 133 (52.34% from 255 or 23.54% from 565); Green value is 193 (75.78% from 255 or 34.16% from 565); Blue value is 239 (93.75% from 255 or 42.30% from 565); Max value from RGB is 239 - color contains mainly: blue. Hex color #85C1EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85C1EF is #7A3E10. Grayscale: #B4B4B4. Windows color (decimal): -8011281 or 15712645. OLE color: 15712645.

HSL color Cylindrical-coordinate representation of color #85C1EF: hue angle of 206.04º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85C1EF is Cyan = 0.44, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 133 193 239 -
CMYK 0.44 0.19 0 0.06
HSL 206.04º 0.77% 0.73% -
HSV(B) 206.04º 0.44% 0.94% -
XYZ 44.32 49.36 88.85 -
YUV 180.3 161.12 94.26 -
System Red Green Blue C M Y K H S L
Decimal 133 193 239 0.44 0.19 0 0.06 206.04 0.77 0.73
Hex 85 C1 EF 2C 13 0 6 CE 4D 49
Octal 205 301 357 54 23 0 6 316 115 111
Binary 10000101 11000001 11101111 101100 10011 0 110 11001110 1001101 1001001

Color Harmonies of #85C1EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85C1EF

Black with #85C1EF

Text Example


Text Example

White with #85C1EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,193,239); }

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

background-color css

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

 a { background-color: rgb(133,193,239); }

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

border-color css

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

 span { border-color: rgb(133,193,239); }

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