Html Css Color HEX #85BFFD Light Sky Blue

📋 copy color: '#85BFFD'

red 133 ◦ green 191 ◦ blue 253

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

Shades of Light Sky Blue #85BFFD

Tints of Light Sky Blue #85BFFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 43.85%

R = 23.05%
G = 33.1%
B = 43.85%

CMYK

 C value IS 0.47

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#85BFFD (or 0x85BFFD) is known color: Light Sky Blue. HEX triplet: 85, BF and FD. RGB value is (133,191,253). Sum of RGB (Red+Green+Blue) = 133+191+253=577 (76% of max value = 765). Red value is 133 (52.34% from 255 or 23.05% from 577); Green value is 191 (75% from 255 or 33.10% from 577); Blue value is 253 (99.22% from 255 or 43.85% from 577); Max value from RGB is 253 - color contains mainly: blue. Hex color #85BFFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85BFFD is #7A4002. Grayscale: #B4B4B4. Windows color (decimal): -8011779 or 16629637. OLE color: 16629637.

HSL color Cylindrical-coordinate representation of color #85BFFD: hue angle of 211º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #85BFFD is Cyan = 0.47, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 133 191 253 -
CMYK 0.47 0.25 0 0.01
HSL 211º 0.97% 0.76% -
HSV(B) 211º 0.47% 0.99% -
XYZ 46.03 49.34 100.03 -
YUV 180.73 168.78 93.96 -
System Red Green Blue C M Y K H S L
Decimal 133 191 253 0.47 0.25 0 0.01 211 0.97 0.76
Hex 85 BF FD 2F 19 0 1 D3 61 4C
Octal 205 277 375 57 31 0 1 323 141 114
Binary 10000101 10111111 11111101 101111 11001 0 1 11010011 1100001 1001100

Color Harmonies of #85BFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BFFD

Black with #85BFFD

Text Example


Text Example

White with #85BFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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