Html Css Color HEX #85CEF1 Sky Blue

📋 copy color: '#85CEF1'

red 133 ◦ green 206 ◦ blue 241

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

Shades of Sky Blue #85CEF1

Tints of Sky Blue #85CEF1

RGB

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

 GREEN value IS 206 (80.86% from 255) = 35.52%

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

R = 22.93%
G = 35.52%
B = 41.55%

CMYK

 C value IS 0.45

 M value IS 0.15

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#85CEF1 (or 0x85CEF1) is known color: Sky Blue. HEX triplet: 85, CE and F1. RGB value is (133,206,241). Sum of RGB (Red+Green+Blue) = 133+206+241=580 (76% of max value = 765). Red value is 133 (52.34% from 255 or 22.93% from 580); Green value is 206 (80.86% from 255 or 35.52% from 580); Blue value is 241 (94.53% from 255 or 41.55% from 580); Max value from RGB is 241 - color contains mainly: blue. Hex color #85CEF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85CEF1 is #7A310E. Grayscale: #BBBBBB. Windows color (decimal): -8007951 or 15847045. OLE color: 15847045.

HSL color Cylindrical-coordinate representation of color #85CEF1: hue angle of 199.44º 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 #85CEF1 is Cyan = 0.45, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 133 206 241 -
CMYK 0.45 0.15 0 0.05
HSL 199.44º 0.79% 0.73% -
HSV(B) 199.44º 0.45% 0.95% -
XYZ 47.62 55.48 91.42 -
YUV 188.16 157.82 88.65 -
System Red Green Blue C M Y K H S L
Decimal 133 206 241 0.45 0.15 0 0.05 199.44 0.79 0.73
Hex 85 CE F1 2D F 0 5 C7 4F 49
Octal 205 316 361 55 17 0 5 307 117 111
Binary 10000101 11001110 11110001 101101 1111 0 101 11000111 1001111 1001001

Color Harmonies of #85CEF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85CEF1

Black with #85CEF1

Text Example


Text Example

White with #85CEF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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