Html Css Color HEX #85C2FC Light Sky Blue

📋 copy color: '#85C2FC'

red 133 ◦ green 194 ◦ blue 252

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

Shades of Light Sky Blue #85C2FC

Tints of Light Sky Blue #85C2FC

RGB

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

 GREEN value IS 194 (76.17% from 255) = 33.51%

 BLUE value IS 252 (98.83% from 255) = 43.52%

R = 22.97%
G = 33.51%
B = 43.52%

CMYK

 C value IS 0.47

 M value IS 0.23

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#85C2FC (or 0x85C2FC) is known color: Light Sky Blue. HEX triplet: 85, C2 and FC. RGB value is (133,194,252). Sum of RGB (Red+Green+Blue) = 133+194+252=579 (76% of max value = 765). Red value is 133 (52.34% from 255 or 22.97% from 579); Green value is 194 (76.17% from 255 or 33.51% from 579); Blue value is 252 (98.83% from 255 or 43.52% from 579); Max value from RGB is 252 - color contains mainly: blue. Hex color #85C2FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85C2FC is #7A3D03. Grayscale: #B6B6B6. Windows color (decimal): -8011012 or 16564869. OLE color: 16564869.

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

Color convert

RGB 133 194 252 -
CMYK 0.47 0.23 0 0.01
HSL 209.24º 0.95% 0.75% -
HSV(B) 209.24º 0.47% 0.99% -
XYZ 46.54 50.6 99.41 -
YUV 182.37 167.29 92.78 -
System Red Green Blue C M Y K H S L
Decimal 133 194 252 0.47 0.23 0 0.01 209.24 0.95 0.75
Hex 85 C2 FC 2F 17 0 1 D1 5F 4B
Octal 205 302 374 57 27 0 1 321 137 113
Binary 10000101 11000010 11111100 101111 10111 0 1 11010001 1011111 1001011

Color Harmonies of #85C2FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85C2FC

Black with #85C2FC

Text Example


Text Example

White with #85C2FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,194,252); }

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

background-color css

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

 a { background-color: rgb(133,194,252); }

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

border-color css

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

 span { border-color: rgb(133,194,252); }

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