Html Css Color HEX #86CDFC Light Sky Blue

📋 copy color: '#86CDFC'

red 134 ◦ green 205 ◦ blue 252

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

Shades of Light Sky Blue #86CDFC

Tints of Light Sky Blue #86CDFC

RGB

 RED value IS 134 (52.73% from 255) = 22.67%

 GREEN value IS 205 (80.47% from 255) = 34.69%

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

R = 22.67%
G = 34.69%
B = 42.64%

CMYK

 C value IS 0.47

 M value IS 0.19

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#86CDFC (or 0x86CDFC) is known color: Light Sky Blue. HEX triplet: 86, CD and FC. RGB value is (134,205,252). Sum of RGB (Red+Green+Blue) = 134+205+252=591 (78% of max value = 765). Red value is 134 (52.73% from 255 or 22.67% from 591); Green value is 205 (80.47% from 255 or 34.69% from 591); Blue value is 252 (98.83% from 255 or 42.64% from 591); Max value from RGB is 252 - color contains mainly: blue. Hex color #86CDFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86CDFC is #793203. Grayscale: #BCBCBC. Windows color (decimal): -7942660 or 16567686. OLE color: 16567686.

HSL color Cylindrical-coordinate representation of color #86CDFC: hue angle of 203.9º degrees, saturation: 0.95, 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 #86CDFC is Cyan = 0.47, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 134 205 252 -
CMYK 0.47 0.19 0 0.01
HSL 203.9º 0.95% 0.76% -
HSV(B) 203.9º 0.47% 0.99% -
XYZ 49.23 55.76 100.26 -
YUV 189.13 163.48 88.68 -
System Red Green Blue C M Y K H S L
Decimal 134 205 252 0.47 0.19 0 0.01 203.9 0.95 0.76
Hex 86 CD FC 2F 13 0 1 CC 5F 4C
Octal 206 315 374 57 23 0 1 314 137 114
Binary 10000110 11001101 11111100 101111 10011 0 1 11001100 1011111 1001100

Color Harmonies of #86CDFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86CDFC

Black with #86CDFC

Text Example


Text Example

White with #86CDFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86CDFC; }

 p { color: rgb(134,205,252); }

 H1.HeaderClassName
 {
   color: #86CDFC;
 }
 .AnyTagClassName
 {
   color: #86CDFC;
 }
</style>

background-color css

<style>
 a { background-color: #86CDFC; }

 a { background-color: rgb(134,205,252); }

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

border-color css

<style>
 span { border-color: #86CDFC; }

 span { border-color: rgb(134,205,252); }

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