Html Css Color HEX #85C7F4 Light Sky Blue

📋 copy color: '#85C7F4'

red 133 ◦ green 199 ◦ blue 244

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

Shades of Light Sky Blue #85C7F4

Tints of Light Sky Blue #85C7F4

RGB

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

 GREEN value IS 199 (78.13% from 255) = 34.55%

 BLUE value IS 244 (95.7% from 255) = 42.36%

R = 23.09%
G = 34.55%
B = 42.36%

CMYK

 C value IS 0.45

 M value IS 0.18

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#85C7F4 (or 0x85C7F4) is known color: Light Sky Blue. HEX triplet: 85, C7 and F4. RGB value is (133,199,244). Sum of RGB (Red+Green+Blue) = 133+199+244=576 (76% of max value = 765). Red value is 133 (52.34% from 255 or 23.09% from 576); Green value is 199 (78.12% from 255 or 34.55% from 576); Blue value is 244 (95.70% from 255 or 42.36% from 576); Max value from RGB is 244 - color contains mainly: blue. Hex color #85C7F4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85C7F4 is #7A380B. Grayscale: #B8B8B8. Windows color (decimal): -8009740 or 16041861. OLE color: 16041861.

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

Color convert

RGB 133 199 244 -
CMYK 0.45 0.18 0 0.04
HSL 204.32º 0.83% 0.74% -
HSV(B) 204.32º 0.45% 0.96% -
XYZ 46.43 52.37 93.25 -
YUV 184.4 161.63 91.34 -
System Red Green Blue C M Y K H S L
Decimal 133 199 244 0.45 0.18 0 0.04 204.32 0.83 0.74
Hex 85 C7 F4 2D 12 0 4 CC 53 4A
Octal 205 307 364 55 22 0 4 314 123 112
Binary 10000101 11000111 11110100 101101 10010 0 100 11001100 1010011 1001010

Color Harmonies of #85C7F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85C7F4

Black with #85C7F4

Text Example


Text Example

White with #85C7F4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,199,244); }

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

background-color css

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

 a { background-color: rgb(133,199,244); }

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

border-color css

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

 span { border-color: rgb(133,199,244); }

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