Html Css Color HEX #86CFFE Light Sky Blue

📋 copy color: '#86CFFE'

red 134 ◦ green 207 ◦ blue 254

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

Shades of Light Sky Blue #86CFFE

Tints of Light Sky Blue #86CFFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 42.69%

R = 22.52%
G = 34.79%
B = 42.69%

CMYK

 C value IS 0.47

 M value IS 0.19

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#86CFFE (or 0x86CFFE) is known color: Light Sky Blue. HEX triplet: 86, CF and FE. RGB value is (134,207,254). Sum of RGB (Red+Green+Blue) = 134+207+254=595 (78% of max value = 765). Red value is 134 (52.73% from 255 or 22.52% from 595); Green value is 207 (81.25% from 255 or 34.79% from 595); Blue value is 254 (99.61% from 255 or 42.69% from 595); Max value from RGB is 254 - color contains mainly: blue. Hex color #86CFFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86CFFE is #793001. Grayscale: #BEBEBE. Windows color (decimal): -7942146 or 16699270. OLE color: 16699270.

HSL color Cylindrical-coordinate representation of color #86CFFE: hue angle of 203.5º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #86CFFE is Cyan = 0.47, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 134 207 254 -
CMYK 0.47 0.19 0 0.00
HSL 203.5º 0.98% 0.76% -
HSV(B) 203.5º 0.47% 1% -
XYZ 50.03 56.85 102.1 -
YUV 190.53 163.82 87.68 -
System Red Green Blue C M Y K H S L
Decimal 134 207 254 0.47 0.19 0 0.00 203.5 0.98 0.76
Hex 86 CF FE 2F 13 0 0 CC 62 4C
Octal 206 317 376 57 23 0 0 314 142 114
Binary 10000110 11001111 11111110 101111 10011 0 0 11001100 1100010 1001100

Color Harmonies of #86CFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86CFFE

Black with #86CFFE

Text Example


Text Example

White with #86CFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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