Html Css Color HEX #86CEFD Light Sky Blue

📋 copy color: '#86CEFD'

red 134 ◦ green 206 ◦ blue 253

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

Shades of Light Sky Blue #86CEFD

Tints of Light Sky Blue #86CEFD

RGB

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

 GREEN value IS 206 (80.86% from 255) = 34.74%

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

R = 22.6%
G = 34.74%
B = 42.66%

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

#86CEFD (or 0x86CEFD) is known color: Light Sky Blue. HEX triplet: 86, CE and FD. RGB value is (134,206,253). Sum of RGB (Red+Green+Blue) = 134+206+253=593 (78% of max value = 765). Red value is 134 (52.73% from 255 or 22.60% from 593); Green value is 206 (80.86% from 255 or 34.74% from 593); Blue value is 253 (99.22% from 255 or 42.66% from 593); Max value from RGB is 253 - color contains mainly: blue. Hex color #86CEFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86CEFD is #793102. Grayscale: #BDBDBD. Windows color (decimal): -7942403 or 16633478. OLE color: 16633478.

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

Color convert

RGB 134 206 253 -
CMYK 0.47 0.19 0 0.01
HSL 203.7º 0.97% 0.76% -
HSV(B) 203.7º 0.47% 0.99% -
XYZ 49.63 56.3 101.18 -
YUV 189.83 163.65 88.18 -
System Red Green Blue C M Y K H S L
Decimal 134 206 253 0.47 0.19 0 0.01 203.7 0.97 0.76
Hex 86 CE FD 2F 13 0 1 CC 61 4C
Octal 206 316 375 57 23 0 1 314 141 114
Binary 10000110 11001110 11111101 101111 10011 0 1 11001100 1100001 1001100

Color Harmonies of #86CEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86CEFD

Black with #86CEFD

Text Example


Text Example

White with #86CEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,206,253); }

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

background-color css

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

 a { background-color: rgb(134,206,253); }

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

border-color css

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

 span { border-color: rgb(134,206,253); }

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