Html Css Color HEX #85C1FE Light Sky Blue

📋 copy color: '#85C1FE'

red 133 ◦ green 193 ◦ blue 254

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

Shades of Light Sky Blue #85C1FE

Tints of Light Sky Blue #85C1FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 43.79%

R = 22.93%
G = 33.28%
B = 43.79%

CMYK

 C value IS 0.48

 M value IS 0.24

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#85C1FE (or 0x85C1FE) is known color: Light Sky Blue. HEX triplet: 85, C1 and FE. RGB value is (133,193,254). Sum of RGB (Red+Green+Blue) = 133+193+254=580 (76% of max value = 765). Red value is 133 (52.34% from 255 or 22.93% from 580); Green value is 193 (75.78% from 255 or 33.28% from 580); Blue value is 254 (99.61% from 255 or 43.79% from 580); Max value from RGB is 254 - color contains mainly: blue. Hex color #85C1FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85C1FE is #7A3E01. Grayscale: #B5B5B5. Windows color (decimal): -8011266 or 16695685. OLE color: 16695685.

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

Color convert

RGB 133 193 254 -
CMYK 0.48 0.24 0 0.00
HSL 210.25º 0.98% 0.76% -
HSV(B) 210.25º 0.48% 1% -
XYZ 46.63 50.28 101.01 -
YUV 182.01 168.62 93.04 -
System Red Green Blue C M Y K H S L
Decimal 133 193 254 0.48 0.24 0 0.00 210.25 0.98 0.76
Hex 85 C1 FE 30 18 0 0 D2 62 4C
Octal 205 301 376 60 30 0 0 322 142 114
Binary 10000101 11000001 11111110 110000 11000 0 0 11010010 1100010 1001100

Color Harmonies of #85C1FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85C1FE

Black with #85C1FE

Text Example


Text Example

White with #85C1FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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