Html Css Color HEX #85CDEA Sky Blue

📋 copy color: '#85CDEA'

red 133 ◦ green 205 ◦ blue 234

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

Shades of Sky Blue #85CDEA

Tints of Sky Blue #85CDEA

RGB

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

 GREEN value IS 205 (80.47% from 255) = 35.84%

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

R = 23.25%
G = 35.84%
B = 40.91%

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

#85CDEA (or 0x85CDEA) is known color: Sky Blue. HEX triplet: 85, CD and EA. RGB value is (133,205,234). Sum of RGB (Red+Green+Blue) = 133+205+234=572 (75% of max value = 765). Red value is 133 (52.34% from 255 or 23.25% from 572); Green value is 205 (80.47% from 255 or 35.84% from 572); Blue value is 234 (91.80% from 255 or 40.91% from 572); Max value from RGB is 234 - color contains mainly: blue. Hex color #85CDEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85CDEA is #7A3215. Grayscale: #BABABA. Windows color (decimal): -8008214 or 15388037. OLE color: 15388037.

HSL color Cylindrical-coordinate representation of color #85CDEA: hue angle of 197.23º 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 #85CDEA is Cyan = 0.43, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 133 205 234 -
CMYK 0.43 0.12 0 0.08
HSL 197.23º 0.71% 0.72% -
HSV(B) 197.23º 0.43% 0.92% -
XYZ 46.36 54.59 85.94 -
YUV 186.78 154.65 89.64 -
System Red Green Blue C M Y K H S L
Decimal 133 205 234 0.43 0.12 0 0.08 197.23 0.71 0.72
Hex 85 CD EA 2B C 0 8 C5 47 48
Octal 205 315 352 53 14 0 10 305 107 110
Binary 10000101 11001101 11101010 101011 1100 0 1000 11000101 1000111 1001000

Color Harmonies of #85CDEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85CDEA

Black with #85CDEA

Text Example


Text Example

White with #85CDEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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