Html Css Color HEX #85CFEF Sky Blue

📋 copy color: '#85CFEF'

red 133 ◦ green 207 ◦ blue 239

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

Shades of Sky Blue #85CFEF

Tints of Sky Blue #85CFEF

RGB

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

 GREEN value IS 207 (81.25% from 255) = 35.75%

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

R = 22.97%
G = 35.75%
B = 41.28%

CMYK

 C value IS 0.44

 M value IS 0.13

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#85CFEF (or 0x85CFEF) is known color: Sky Blue. HEX triplet: 85, CF and EF. RGB value is (133,207,239). Sum of RGB (Red+Green+Blue) = 133+207+239=579 (76% of max value = 765). Red value is 133 (52.34% from 255 or 22.97% from 579); Green value is 207 (81.25% from 255 or 35.75% from 579); Blue value is 239 (93.75% from 255 or 41.28% from 579); Max value from RGB is 239 - color contains mainly: blue. Hex color #85CFEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85CFEF is #7A3010. Grayscale: #BCBCBC. Windows color (decimal): -8007697 or 15716229. OLE color: 15716229.

HSL color Cylindrical-coordinate representation of color #85CFEF: hue angle of 198.11º 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 #85CFEF is Cyan = 0.44, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 133 207 239 -
CMYK 0.44 0.13 0 0.06
HSL 198.11º 0.77% 0.73% -
HSV(B) 198.11º 0.44% 0.94% -
XYZ 47.57 55.84 89.93 -
YUV 188.52 156.48 88.4 -
System Red Green Blue C M Y K H S L
Decimal 133 207 239 0.44 0.13 0 0.06 198.11 0.77 0.73
Hex 85 CF EF 2C D 0 6 C6 4D 49
Octal 205 317 357 54 15 0 6 306 115 111
Binary 10000101 11001111 11101111 101100 1101 0 110 11000110 1001101 1001001

Color Harmonies of #85CFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85CFEF

Black with #85CFEF

Text Example


Text Example

White with #85CFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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