Html Css Color HEX #86CEDA Spray

📋 copy color: '#86CEDA'

red 134 ◦ green 206 ◦ blue 218

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

Shades of Spray #86CEDA

Tints of Spray #86CEDA

RGB

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

 GREEN value IS 206 (80.86% from 255) = 36.92%

 BLUE value IS 218 (85.55% from 255) = 39.07%

R = 24.01%
G = 36.92%
B = 39.07%

CMYK

 C value IS 0.39

 M value IS 0.06

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#86CEDA (or 0x86CEDA) is known color: Spray. HEX triplet: 86, CE and DA. RGB value is (134,206,218). Sum of RGB (Red+Green+Blue) = 134+206+218=558 (73% of max value = 765). Red value is 134 (52.73% from 255 or 24.01% from 558); Green value is 206 (80.86% from 255 or 36.92% from 558); Blue value is 218 (85.55% from 255 or 39.07% from 558); Max value from RGB is 218 - color contains mainly: blue. Hex color #86CEDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86CEDA is #793125. Grayscale: #B9B9B9. Windows color (decimal): -7942438 or 14339718. OLE color: 14339718.

HSL color Cylindrical-coordinate representation of color #86CEDA: hue angle of 188.57º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #86CEDA is Cyan = 0.39, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 134 206 218 -
CMYK 0.39 0.06 0 0.15
HSL 188.57º 0.53% 0.69% -
HSV(B) 188.57º 0.39% 0.85% -
XYZ 44.56 54.27 74.46 -
YUV 185.84 146.15 91.02 -
System Red Green Blue C M Y K H S L
Decimal 134 206 218 0.39 0.06 0 0.15 188.57 0.53 0.69
Hex 86 CE DA 27 6 0 F BD 35 45
Octal 206 316 332 47 6 0 17 275 65 105
Binary 10000110 11001110 11011010 100111 110 0 1111 10111101 110101 1000101

Color Harmonies of #86CEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86CEDA

Black with #86CEDA

Text Example


Text Example

White with #86CEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,206,218); }

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

background-color css

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

 a { background-color: rgb(134,206,218); }

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

border-color css

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

 span { border-color: rgb(134,206,218); }

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