Html Css Color HEX #85C1FF Light Sky Blue

📋 copy color: '#85C1FF'

red 133 ◦ green 193 ◦ blue 255

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

Shades of Light Sky Blue #85C1FF

Tints of Light Sky Blue #85C1FF

RGB

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

 GREEN value IS 193 (75.78% from 255) = 33.22%

 BLUE value IS 255 (100% from 255) = 43.89%

R = 22.89%
G = 33.22%
B = 43.89%

CMYK

 C value IS 0.48

 M value IS 0.24

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#85C1FF (or 0x85C1FF) is known color: Light Sky Blue. HEX triplet: 85, C1 and FF. RGB value is (133,193,255). Sum of RGB (Red+Green+Blue) = 133+193+255=581 (76% of max value = 765). Red value is 133 (52.34% from 255 or 22.89% from 581); Green value is 193 (75.78% from 255 or 33.22% from 581); Blue value is 255 (100% from 255 or 43.89% from 581); Max value from RGB is 255 - color contains mainly: blue. Hex color #85C1FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85C1FF is #7A3E00. Grayscale: #B5B5B5. Windows color (decimal): -8011265 or 16761221. OLE color: 16761221.

HSL color Cylindrical-coordinate representation of color #85C1FF: hue angle of 210.49º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #85C1FF is Cyan = 0.48, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 133 193 255 -
CMYK 0.48 0.24 0 0
HSL 210.49º 1% 0.76% -
HSV(B) 210.49º 0.48% 1% -
XYZ 46.79 50.35 101.86 -
YUV 182.13 169.12 92.96 -
System Red Green Blue C M Y K H S L
Decimal 133 193 255 0.48 0.24 0 0 210.49 1 0.76
Hex 85 C1 FF 30 18 0 0 D2 64 4C
Octal 205 301 377 60 30 0 0 322 144 114
Binary 10000101 11000001 11111111 110000 11000 0 0 11010010 1100100 1001100

Color Harmonies of #85C1FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85C1FF

Black with #85C1FF

Text Example


Text Example

White with #85C1FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,193,255); }

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

background-color css

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

 a { background-color: rgb(133,193,255); }

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

border-color css

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

 span { border-color: rgb(133,193,255); }

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