Html Css Color HEX #85DAEA Sky Blue

📋 copy color: '#85DAEA'

red 133 ◦ green 218 ◦ blue 234

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

Shades of Sky Blue #85DAEA

Tints of Sky Blue #85DAEA

RGB

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

 GREEN value IS 218 (85.55% from 255) = 37.26%

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

R = 22.74%
G = 37.26%
B = 40%

CMYK

 C value IS 0.43

 M value IS 0.07

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#85DAEA (or 0x85DAEA) is known color: Sky Blue. HEX triplet: 85, DA and EA. RGB value is (133,218,234). Sum of RGB (Red+Green+Blue) = 133+218+234=585 (77% of max value = 765). Red value is 133 (52.34% from 255 or 22.74% from 585); Green value is 218 (85.55% from 255 or 37.26% from 585); Blue value is 234 (91.80% from 255 or 40% from 585); Max value from RGB is 234 - color contains mainly: blue. Hex color #85DAEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85DAEA is #7A2515. Grayscale: #C2C2C2. Windows color (decimal): -8004886 or 15391365. OLE color: 15391365.

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

Color convert

RGB 133 218 234 -
CMYK 0.43 0.07 0 0.08
HSL 189.5º 0.71% 0.72% -
HSV(B) 189.5º 0.43% 0.92% -
XYZ 49.6 61.07 87.02 -
YUV 194.41 150.34 84.2 -
System Red Green Blue C M Y K H S L
Decimal 133 218 234 0.43 0.07 0 0.08 189.5 0.71 0.72
Hex 85 DA EA 2B 7 0 8 BE 47 48
Octal 205 332 352 53 7 0 10 276 107 110
Binary 10000101 11011010 11101010 101011 111 0 1000 10111110 1000111 1001000

Color Harmonies of #85DAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DAEA

Black with #85DAEA

Text Example


Text Example

White with #85DAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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