Html Css Color HEX #85CFEA Sky Blue

📋 copy color: '#85CFEA'

red 133 ◦ green 207 ◦ blue 234

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

Shades of Sky Blue #85CFEA

Tints of Sky Blue #85CFEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 40.77%

R = 23.17%
G = 36.06%
B = 40.77%

CMYK

 C value IS 0.43

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#85CFEA (or 0x85CFEA) is known color: Sky Blue. HEX triplet: 85, CF and EA. RGB value is (133,207,234). Sum of RGB (Red+Green+Blue) = 133+207+234=574 (76% of max value = 765). Red value is 133 (52.34% from 255 or 23.17% from 574); Green value is 207 (81.25% from 255 or 36.06% from 574); Blue value is 234 (91.80% from 255 or 40.77% from 574); Max value from RGB is 234 - color contains mainly: blue. Hex color #85CFEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85CFEA is #7A3015. Grayscale: #BBBBBB. Windows color (decimal): -8007702 or 15388549. OLE color: 15388549.

HSL color Cylindrical-coordinate representation of color #85CFEA: hue angle of 196.04º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #85CFEA is Cyan = 0.43, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 133 207 234 -
CMYK 0.43 0.12 0 0.08
HSL 196.04º 0.71% 0.72% -
HSV(B) 196.04º 0.43% 0.92% -
XYZ 46.84 55.55 86.1 -
YUV 187.95 153.98 88.8 -
System Red Green Blue C M Y K H S L
Decimal 133 207 234 0.43 0.12 0 0.08 196.04 0.71 0.72
Hex 85 CF EA 2B C 0 8 C4 47 48
Octal 205 317 352 53 14 0 10 304 107 110
Binary 10000101 11001111 11101010 101011 1100 0 1000 11000100 1000111 1001000

Color Harmonies of #85CFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85CFEA

Black with #85CFEA

Text Example


Text Example

White with #85CFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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