Html Css Color HEX #85BEFF Light Sky Blue

📋 copy color: '#85BEFF'

red 133 ◦ green 190 ◦ blue 255

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

Shades of Light Sky Blue #85BEFF

Tints of Light Sky Blue #85BEFF

RGB

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

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

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

R = 23.01%
G = 32.87%
B = 44.12%

CMYK

 C value IS 0.48

 M value IS 0.25

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#85BEFF (or 0x85BEFF) is known color: Light Sky Blue. HEX triplet: 85, BE and FF. RGB value is (133,190,255). Sum of RGB (Red+Green+Blue) = 133+190+255=578 (76% of max value = 765). Red value is 133 (52.34% from 255 or 23.01% from 578); Green value is 190 (74.61% from 255 or 32.87% from 578); Blue value is 255 (100% from 255 or 44.12% from 578); Max value from RGB is 255 - color contains mainly: blue. Hex color #85BEFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85BEFF is #7A4100. Grayscale: #B4B4B4. Windows color (decimal): -8012033 or 16760453. OLE color: 16760453.

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

Color convert

RGB 133 190 255 -
CMYK 0.48 0.25 0 0
HSL 211.97º 1% 0.76% -
HSV(B) 211.97º 0.48% 1% -
XYZ 46.14 49.03 101.64 -
YUV 180.37 170.12 94.21 -
System Red Green Blue C M Y K H S L
Decimal 133 190 255 0.48 0.25 0 0 211.97 1 0.76
Hex 85 BE FF 30 19 0 0 D4 64 4C
Octal 205 276 377 60 31 0 0 324 144 114
Binary 10000101 10111110 11111111 110000 11001 0 0 11010100 1100100 1001100

Color Harmonies of #85BEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BEFF

Black with #85BEFF

Text Example


Text Example

White with #85BEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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