Html Css Color HEX #85DFEE Sky Blue

📋 copy color: '#85DFEE'

red 133 ◦ green 223 ◦ blue 238

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

Shades of Sky Blue #85DFEE

Tints of Sky Blue #85DFEE

RGB

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

 GREEN value IS 223 (87.5% from 255) = 37.54%

 BLUE value IS 238 (93.36% from 255) = 40.07%

R = 22.39%
G = 37.54%
B = 40.07%

CMYK

 C value IS 0.44

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#85DFEE (or 0x85DFEE) is known color: Sky Blue. HEX triplet: 85, DF and EE. RGB value is (133,223,238). Sum of RGB (Red+Green+Blue) = 133+223+238=594 (78% of max value = 765). Red value is 133 (52.34% from 255 or 22.39% from 594); Green value is 223 (87.5% from 255 or 37.54% from 594); Blue value is 238 (93.36% from 255 or 40.07% from 594); Max value from RGB is 238 - color contains mainly: blue. Hex color #85DFEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85DFEE is #7A2011. Grayscale: #C5C5C5. Windows color (decimal): -8003602 or 15654789. OLE color: 15654789.

HSL color Cylindrical-coordinate representation of color #85DFEE: hue angle of 188.57º degrees, saturation: 0.76, 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 #85DFEE is Cyan = 0.44, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 133 223 238 -
CMYK 0.44 0.06 0 0.07
HSL 188.57º 0.76% 0.73% -
HSV(B) 188.57º 0.44% 0.93% -
XYZ 51.49 63.93 90.52 -
YUV 197.8 150.68 81.78 -
System Red Green Blue C M Y K H S L
Decimal 133 223 238 0.44 0.06 0 0.07 188.57 0.76 0.73
Hex 85 DF EE 2C 6 0 7 BD 4C 49
Octal 205 337 356 54 6 0 7 275 114 111
Binary 10000101 11011111 11101110 101100 110 0 111 10111101 1001100 1001001

Color Harmonies of #85DFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DFEE

Black with #85DFEE

Text Example


Text Example

White with #85DFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,223,238); }

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

background-color css

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

 a { background-color: rgb(133,223,238); }

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

border-color css

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

 span { border-color: rgb(133,223,238); }

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