Html Css Color HEX #86CBF5 Light Sky Blue

📋 copy color: '#86CBF5'

red 134 ◦ green 203 ◦ blue 245

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

Shades of Light Sky Blue #86CBF5

Tints of Light Sky Blue #86CBF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 42.1%

R = 23.02%
G = 34.88%
B = 42.1%

CMYK

 C value IS 0.45

 M value IS 0.17

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#86CBF5 (or 0x86CBF5) is known color: Light Sky Blue. HEX triplet: 86, CB and F5. RGB value is (134,203,245). Sum of RGB (Red+Green+Blue) = 134+203+245=582 (77% of max value = 765). Red value is 134 (52.73% from 255 or 23.02% from 582); Green value is 203 (79.69% from 255 or 34.88% from 582); Blue value is 245 (96.09% from 255 or 42.10% from 582); Max value from RGB is 245 - color contains mainly: blue. Hex color #86CBF5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86CBF5 is #79340A. Grayscale: #BABABA. Windows color (decimal): -7943179 or 16108422. OLE color: 16108422.

HSL color Cylindrical-coordinate representation of color #86CBF5: hue angle of 202.7º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #86CBF5 is Cyan = 0.45, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 134 203 245 -
CMYK 0.45 0.17 0 0.04
HSL 202.7º 0.85% 0.74% -
HSV(B) 202.7º 0.45% 0.96% -
XYZ 47.67 54.37 94.37 -
YUV 187.16 160.64 90.08 -
System Red Green Blue C M Y K H S L
Decimal 134 203 245 0.45 0.17 0 0.04 202.7 0.85 0.74
Hex 86 CB F5 2D 11 0 4 CB 55 4A
Octal 206 313 365 55 21 0 4 313 125 112
Binary 10000110 11001011 11110101 101101 10001 0 100 11001011 1010101 1001010

Color Harmonies of #86CBF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86CBF5

Black with #86CBF5

Text Example


Text Example

White with #86CBF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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