Html Css Color HEX #85DCF1 Sky Blue

📋 copy color: '#85DCF1'

red 133 ◦ green 220 ◦ blue 241

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

Shades of Sky Blue #85DCF1

Tints of Sky Blue #85DCF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 40.57%

R = 22.39%
G = 37.04%
B = 40.57%

CMYK

 C value IS 0.45

 M value IS 0.09

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#85DCF1 (or 0x85DCF1) is known color: Sky Blue. HEX triplet: 85, DC and F1. RGB value is (133,220,241). Sum of RGB (Red+Green+Blue) = 133+220+241=594 (78% of max value = 765). Red value is 133 (52.34% from 255 or 22.39% from 594); Green value is 220 (86.33% from 255 or 37.04% from 594); Blue value is 241 (94.53% from 255 or 40.57% from 594); Max value from RGB is 241 - color contains mainly: blue. Hex color #85DCF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85DCF1 is #7A230E. Grayscale: #C4C4C4. Windows color (decimal): -8004367 or 15850629. OLE color: 15850629.

HSL color Cylindrical-coordinate representation of color #85DCF1: hue angle of 191.67º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #85DCF1 is Cyan = 0.45, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 133 220 241 -
CMYK 0.45 0.09 0 0.05
HSL 191.67º 0.79% 0.73% -
HSV(B) 191.67º 0.45% 0.95% -
XYZ 51.14 62.52 92.59 -
YUV 196.38 153.18 82.79 -
System Red Green Blue C M Y K H S L
Decimal 133 220 241 0.45 0.09 0 0.05 191.67 0.79 0.73
Hex 85 DC F1 2D 9 0 5 C0 4F 49
Octal 205 334 361 55 11 0 5 300 117 111
Binary 10000101 11011100 11110001 101101 1001 0 101 11000000 1001111 1001001

Color Harmonies of #85DCF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DCF1

Black with #85DCF1

Text Example


Text Example

White with #85DCF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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