Html Css Color HEX #85C4FA Light Sky Blue

📋 copy color: '#85C4FA'

red 133 ◦ green 196 ◦ blue 250

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

Shades of Light Sky Blue #85C4FA

Tints of Light Sky Blue #85C4FA

RGB

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

 GREEN value IS 196 (76.95% from 255) = 33.85%

 BLUE value IS 250 (98.05% from 255) = 43.18%

R = 22.97%
G = 33.85%
B = 43.18%

CMYK

 C value IS 0.47

 M value IS 0.22

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#85C4FA (or 0x85C4FA) is known color: Light Sky Blue. HEX triplet: 85, C4 and FA. RGB value is (133,196,250). Sum of RGB (Red+Green+Blue) = 133+196+250=579 (76% of max value = 765). Red value is 133 (52.34% from 255 or 22.97% from 579); Green value is 196 (76.95% from 255 or 33.85% from 579); Blue value is 250 (98.05% from 255 or 43.18% from 579); Max value from RGB is 250 - color contains mainly: blue. Hex color #85C4FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85C4FA is #7A3B05. Grayscale: #B7B7B7. Windows color (decimal): -8010502 or 16434309. OLE color: 16434309.

HSL color Cylindrical-coordinate representation of color #85C4FA: hue angle of 207.69º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #85C4FA is Cyan = 0.47, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 133 196 250 -
CMYK 0.47 0.22 0 0.02
HSL 207.69º 0.92% 0.75% -
HSV(B) 207.69º 0.47% 0.98% -
XYZ 46.67 51.37 97.9 -
YUV 183.32 165.63 92.11 -
System Red Green Blue C M Y K H S L
Decimal 133 196 250 0.47 0.22 0 0.02 207.69 0.92 0.75
Hex 85 C4 FA 2F 16 0 2 D0 5C 4B
Octal 205 304 372 57 26 0 2 320 134 113
Binary 10000101 11000100 11111010 101111 10110 0 10 11010000 1011100 1001011

Color Harmonies of #85C4FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85C4FA

Black with #85C4FA

Text Example


Text Example

White with #85C4FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,196,250); }

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

background-color css

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

 a { background-color: rgb(133,196,250); }

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

border-color css

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

 span { border-color: rgb(133,196,250); }

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