Html Css Color HEX #B6C8ED Tropical Blue

📋 copy color: '#B6C8ED'

red 182 ◦ green 200 ◦ blue 237

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

Shades of Tropical Blue #B6C8ED

Tints of Tropical Blue #B6C8ED

RGB

 RED value IS 182 (71.48% from 255) = 29.4%

 GREEN value IS 200 (78.52% from 255) = 32.31%

 BLUE value IS 237 (92.97% from 255) = 38.29%

R = 29.4%
G = 32.31%
B = 38.29%

CMYK

 C value IS 0.23

 M value IS 0.16

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B6C8ED (or 0xB6C8ED) is known color: Tropical Blue. HEX triplet: B6, C8 and ED. RGB value is (182,200,237). Sum of RGB (Red+Green+Blue) = 182+200+237=619 (81% of max value = 765). Red value is 182 (71.48% from 255 or 29.40% from 619); Green value is 200 (78.52% from 255 or 32.31% from 619); Blue value is 237 (92.97% from 255 or 38.29% from 619); Max value from RGB is 237 - color contains mainly: blue. Hex color #B6C8ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6C8ED is #493712. Grayscale: #C6C6C6. Windows color (decimal): -4798227 or 15583414. OLE color: 15583414.

HSL color Cylindrical-coordinate representation of color #B6C8ED: hue angle of 220.36º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B6C8ED is Cyan = 0.23, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 182 200 237 -
CMYK 0.23 0.16 0 0.07
HSL 220.36º 0.6% 0.82% -
HSV(B) 220.36º 0.23% 0.93% -
XYZ 55.23 57.37 88.28 -
YUV 198.84 149.54 115.99 -
System Red Green Blue C M Y K H S L
Decimal 182 200 237 0.23 0.16 0 0.07 220.36 0.6 0.82
Hex B6 C8 ED 17 10 0 7 DC 3C 52
Octal 266 310 355 27 20 0 7 334 74 122
Binary 10110110 11001000 11101101 10111 10000 0 111 11011100 111100 1010010

Color Harmonies of #B6C8ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6C8ED

Black with #B6C8ED

Text Example


Text Example

White with #B6C8ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6C8ED; }

 p { color: rgb(182,200,237); }

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

background-color css

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

 a { background-color: rgb(182,200,237); }

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

border-color css

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

 span { border-color: rgb(182,200,237); }

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