Html Css Color HEX #86CFFD Light Sky Blue

📋 copy color: '#86CFFD'

red 134 ◦ green 207 ◦ blue 253

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

Shades of Light Sky Blue #86CFFD

Tints of Light Sky Blue #86CFFD

RGB

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

 GREEN value IS 207 (81.25% from 255) = 34.85%

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

R = 22.56%
G = 34.85%
B = 42.59%

CMYK

 C value IS 0.47

 M value IS 0.18

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#86CFFD (or 0x86CFFD) is known color: Light Sky Blue. HEX triplet: 86, CF and FD. RGB value is (134,207,253). Sum of RGB (Red+Green+Blue) = 134+207+253=594 (78% of max value = 765). Red value is 134 (52.73% from 255 or 22.56% from 594); Green value is 207 (81.25% from 255 or 34.85% from 594); Blue value is 253 (99.22% from 255 or 42.59% from 594); Max value from RGB is 253 - color contains mainly: blue. Hex color #86CFFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86CFFD is #793002. Grayscale: #BEBEBE. Windows color (decimal): -7942147 or 16633734. OLE color: 16633734.

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

Color convert

RGB 134 207 253 -
CMYK 0.47 0.18 0 0.01
HSL 203.19º 0.97% 0.76% -
HSV(B) 203.19º 0.47% 0.99% -
XYZ 49.87 56.79 101.26 -
YUV 190.42 163.32 87.76 -
System Red Green Blue C M Y K H S L
Decimal 134 207 253 0.47 0.18 0 0.01 203.19 0.97 0.76
Hex 86 CF FD 2F 12 0 1 CB 61 4C
Octal 206 317 375 57 22 0 1 313 141 114
Binary 10000110 11001111 11111101 101111 10010 0 1 11001011 1100001 1001100

Color Harmonies of #86CFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86CFFD

Black with #86CFFD

Text Example


Text Example

White with #86CFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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