Html Css Color HEX #85CEED Sky Blue

📋 copy color: '#85CEED'

red 133 ◦ green 206 ◦ blue 237

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

Shades of Sky Blue #85CEED

Tints of Sky Blue #85CEED

RGB

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

 GREEN value IS 206 (80.86% from 255) = 35.76%

 BLUE value IS 237 (92.97% from 255) = 41.15%

R = 23.09%
G = 35.76%
B = 41.15%

CMYK

 C value IS 0.44

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#85CEED (or 0x85CEED) is known color: Sky Blue. HEX triplet: 85, CE and ED. RGB value is (133,206,237). Sum of RGB (Red+Green+Blue) = 133+206+237=576 (76% of max value = 765). Red value is 133 (52.34% from 255 or 23.09% from 576); Green value is 206 (80.86% from 255 or 35.76% from 576); Blue value is 237 (92.97% from 255 or 41.15% from 576); Max value from RGB is 237 - color contains mainly: blue. Hex color #85CEED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85CEED is #7A3112. Grayscale: #BBBBBB. Windows color (decimal): -8007955 or 15584901. OLE color: 15584901.

HSL color Cylindrical-coordinate representation of color #85CEED: hue angle of 197.88º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85CEED is Cyan = 0.44, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 133 206 237 -
CMYK 0.44 0.13 0 0.07
HSL 197.88º 0.74% 0.73% -
HSV(B) 197.88º 0.44% 0.93% -
XYZ 47.03 55.24 88.31 -
YUV 187.71 155.82 88.98 -
System Red Green Blue C M Y K H S L
Decimal 133 206 237 0.44 0.13 0 0.07 197.88 0.74 0.73
Hex 85 CE ED 2C D 0 7 C6 4A 49
Octal 205 316 355 54 15 0 7 306 112 111
Binary 10000101 11001110 11101101 101100 1101 0 111 11000110 1001010 1001001

Color Harmonies of #85CEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85CEED

Black with #85CEED

Text Example


Text Example

White with #85CEED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,206,237); }

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

background-color css

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

 a { background-color: rgb(133,206,237); }

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

border-color css

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

 span { border-color: rgb(133,206,237); }

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