Html Css Color HEX #85DCEA Sky Blue

📋 copy color: '#85DCEA'

red 133 ◦ green 220 ◦ blue 234

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

Shades of Sky Blue #85DCEA

Tints of Sky Blue #85DCEA

RGB

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

 GREEN value IS 220 (86.33% from 255) = 37.48%

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

R = 22.66%
G = 37.48%
B = 39.86%

CMYK

 C value IS 0.43

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#85DCEA (or 0x85DCEA) is known color: Sky Blue. HEX triplet: 85, DC and EA. RGB value is (133,220,234). Sum of RGB (Red+Green+Blue) = 133+220+234=587 (77% of max value = 765). Red value is 133 (52.34% from 255 or 22.66% from 587); Green value is 220 (86.33% from 255 or 37.48% from 587); Blue value is 234 (91.80% from 255 or 39.86% from 587); Max value from RGB is 234 - color contains mainly: blue. Hex color #85DCEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85DCEA is #7A2315. Grayscale: #C3C3C3. Windows color (decimal): -8004374 or 15391877. OLE color: 15391877.

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

Color convert

RGB 133 220 234 -
CMYK 0.43 0.06 0 0.08
HSL 188.32º 0.71% 0.72% -
HSV(B) 188.32º 0.43% 0.92% -
XYZ 50.12 62.11 87.19 -
YUV 195.58 149.68 83.36 -
System Red Green Blue C M Y K H S L
Decimal 133 220 234 0.43 0.06 0 0.08 188.32 0.71 0.72
Hex 85 DC EA 2B 6 0 8 BC 47 48
Octal 205 334 352 53 6 0 10 274 107 110
Binary 10000101 11011100 11101010 101011 110 0 1000 10111100 1000111 1001000

Color Harmonies of #85DCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DCEA

Black with #85DCEA

Text Example


Text Example

White with #85DCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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