Html Css Color HEX #86CBF8 Light Sky Blue

📋 copy color: '#86CBF8'

red 134 ◦ green 203 ◦ blue 248

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

Shades of Light Sky Blue #86CBF8

Tints of Light Sky Blue #86CBF8

RGB

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

 GREEN value IS 203 (79.69% from 255) = 34.7%

 BLUE value IS 248 (97.27% from 255) = 42.39%

R = 22.91%
G = 34.7%
B = 42.39%

CMYK

 C value IS 0.46

 M value IS 0.18

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#86CBF8 (or 0x86CBF8) is known color: Light Sky Blue. HEX triplet: 86, CB and F8. RGB value is (134,203,248). Sum of RGB (Red+Green+Blue) = 134+203+248=585 (77% of max value = 765). Red value is 134 (52.73% from 255 or 22.91% from 585); Green value is 203 (79.69% from 255 or 34.70% from 585); Blue value is 248 (97.27% from 255 or 42.39% from 585); Max value from RGB is 248 - color contains mainly: blue. Hex color #86CBF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86CBF8 is #793407. Grayscale: #BBBBBB. Windows color (decimal): -7943176 or 16305030. OLE color: 16305030.

HSL color Cylindrical-coordinate representation of color #86CBF8: hue angle of 203.68º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #86CBF8 is Cyan = 0.46, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 134 203 248 -
CMYK 0.46 0.18 0 0.03
HSL 203.68º 0.89% 0.75% -
HSV(B) 203.68º 0.46% 0.97% -
XYZ 48.13 54.56 96.8 -
YUV 187.5 162.14 89.84 -
System Red Green Blue C M Y K H S L
Decimal 134 203 248 0.46 0.18 0 0.03 203.68 0.89 0.75
Hex 86 CB F8 2E 12 0 3 CC 59 4B
Octal 206 313 370 56 22 0 3 314 131 113
Binary 10000110 11001011 11111000 101110 10010 0 11 11001100 1011001 1001011

Color Harmonies of #86CBF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86CBF8

Black with #86CBF8

Text Example


Text Example

White with #86CBF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,203,248); }

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

background-color css

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

 a { background-color: rgb(134,203,248); }

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

border-color css

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

 span { border-color: rgb(134,203,248); }

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