Html Css Color HEX #85BEFE Light Sky Blue

📋 copy color: '#85BEFE'

red 133 ◦ green 190 ◦ blue 254

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

Shades of Light Sky Blue #85BEFE

Tints of Light Sky Blue #85BEFE

RGB

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

 GREEN value IS 190 (74.61% from 255) = 32.93%

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

R = 23.05%
G = 32.93%
B = 44.02%

CMYK

 C value IS 0.48

 M value IS 0.25

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#85BEFE (or 0x85BEFE) is known color: Light Sky Blue. HEX triplet: 85, BE and FE. RGB value is (133,190,254). Sum of RGB (Red+Green+Blue) = 133+190+254=577 (76% of max value = 765). Red value is 133 (52.34% from 255 or 23.05% from 577); Green value is 190 (74.61% from 255 or 32.93% from 577); Blue value is 254 (99.61% from 255 or 44.02% from 577); Max value from RGB is 254 - color contains mainly: blue. Hex color #85BEFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85BEFE is #7A4101. Grayscale: #B3B3B3. Windows color (decimal): -8012034 or 16694917. OLE color: 16694917.

HSL color Cylindrical-coordinate representation of color #85BEFE: hue angle of 211.74º 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 #85BEFE is Cyan = 0.48, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 133 190 254 -
CMYK 0.48 0.25 0 0.00
HSL 211.74º 0.98% 0.76% -
HSV(B) 211.74º 0.48% 1% -
XYZ 45.98 48.97 100.79 -
YUV 180.25 169.62 94.3 -
System Red Green Blue C M Y K H S L
Decimal 133 190 254 0.48 0.25 0 0.00 211.74 0.98 0.76
Hex 85 BE FE 30 19 0 0 D4 62 4C
Octal 205 276 376 60 31 0 0 324 142 114
Binary 10000101 10111110 11111110 110000 11001 0 0 11010100 1100010 1001100

Color Harmonies of #85BEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BEFE

Black with #85BEFE

Text Example


Text Example

White with #85BEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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