Html Css Color HEX #85BFF6 Light Sky Blue

📋 copy color: '#85BFF6'

red 133 ◦ green 191 ◦ blue 246

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

Shades of Light Sky Blue #85BFF6

Tints of Light Sky Blue #85BFF6

RGB

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

 GREEN value IS 191 (75% from 255) = 33.51%

 BLUE value IS 246 (96.48% from 255) = 43.16%

R = 23.33%
G = 33.51%
B = 43.16%

CMYK

 C value IS 0.46

 M value IS 0.22

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#85BFF6 (or 0x85BFF6) is known color: Light Sky Blue. HEX triplet: 85, BF and F6. RGB value is (133,191,246). Sum of RGB (Red+Green+Blue) = 133+191+246=570 (75% of max value = 765). Red value is 133 (52.34% from 255 or 23.33% from 570); Green value is 191 (75% from 255 or 33.51% from 570); Blue value is 246 (96.48% from 255 or 43.16% from 570); Max value from RGB is 246 - color contains mainly: blue. Hex color #85BFF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85BFF6 is #7A4009. Grayscale: #B3B3B3. Windows color (decimal): -8011786 or 16170885. OLE color: 16170885.

HSL color Cylindrical-coordinate representation of color #85BFF6: hue angle of 209.2º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #85BFF6 is Cyan = 0.46, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 133 191 246 -
CMYK 0.46 0.22 0 0.04
HSL 209.2º 0.86% 0.74% -
HSV(B) 209.2º 0.46% 0.96% -
XYZ 44.94 48.9 94.26 -
YUV 179.93 165.28 94.53 -
System Red Green Blue C M Y K H S L
Decimal 133 191 246 0.46 0.22 0 0.04 209.2 0.86 0.74
Hex 85 BF F6 2E 16 0 4 D1 56 4A
Octal 205 277 366 56 26 0 4 321 126 112
Binary 10000101 10111111 11110110 101110 10110 0 100 11010001 1010110 1001010

Color Harmonies of #85BFF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BFF6

Black with #85BFF6

Text Example


Text Example

White with #85BFF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,191,246); }

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

background-color css

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

 a { background-color: rgb(133,191,246); }

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

border-color css

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

 span { border-color: rgb(133,191,246); }

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