Html Css Color HEX #86DFFC Light Sky Blue

📋 copy color: '#86DFFC'

red 134 ◦ green 223 ◦ blue 252

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

Shades of Light Sky Blue #86DFFC

Tints of Light Sky Blue #86DFFC

RGB

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

 GREEN value IS 223 (87.5% from 255) = 36.62%

 BLUE value IS 252 (98.83% from 255) = 41.38%

R = 22%
G = 36.62%
B = 41.38%

CMYK

 C value IS 0.47

 M value IS 0.12

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#86DFFC (or 0x86DFFC) is known color: Light Sky Blue. HEX triplet: 86, DF and FC. RGB value is (134,223,252). Sum of RGB (Red+Green+Blue) = 134+223+252=609 (80% of max value = 765). Red value is 134 (52.73% from 255 or 22.00% from 609); Green value is 223 (87.5% from 255 or 36.62% from 609); Blue value is 252 (98.83% from 255 or 41.38% from 609); Max value from RGB is 252 - color contains mainly: blue. Hex color #86DFFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86DFFC is #792003. Grayscale: #C7C7C7. Windows color (decimal): -7938052 or 16572294. OLE color: 16572294.

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

Color convert

RGB 134 223 252 -
CMYK 0.47 0.12 0 0.01
HSL 194.75º 0.95% 0.76% -
HSV(B) 194.75º 0.47% 0.99% -
XYZ 53.79 64.87 101.78 -
YUV 199.7 157.51 81.14 -
System Red Green Blue C M Y K H S L
Decimal 134 223 252 0.47 0.12 0 0.01 194.75 0.95 0.76
Hex 86 DF FC 2F C 0 1 C3 5F 4C
Octal 206 337 374 57 14 0 1 303 137 114
Binary 10000110 11011111 11111100 101111 1100 0 1 11000011 1011111 1001100

Color Harmonies of #86DFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86DFFC

Black with #86DFFC

Text Example


Text Example

White with #86DFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,223,252); }

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

background-color css

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

 a { background-color: rgb(134,223,252); }

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

border-color css

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

 span { border-color: rgb(134,223,252); }

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