Html Css Color HEX #B6CDE5 Tropical Blue

📋 copy color: '#B6CDE5'

red 182 ◦ green 205 ◦ blue 229

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

Shades of Tropical Blue #B6CDE5

Tints of Tropical Blue #B6CDE5

RGB

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

 GREEN value IS 205 (80.47% from 255) = 33.28%

 BLUE value IS 229 (89.84% from 255) = 37.18%

R = 29.55%
G = 33.28%
B = 37.18%

CMYK

 C value IS 0.21

 M value IS 0.10

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B6CDE5 (or 0xB6CDE5) is known color: Tropical Blue. HEX triplet: B6, CD and E5. RGB value is (182,205,229). Sum of RGB (Red+Green+Blue) = 182+205+229=616 (81% of max value = 765). Red value is 182 (71.48% from 255 or 29.55% from 616); Green value is 205 (80.47% from 255 or 33.28% from 616); Blue value is 229 (89.84% from 255 or 37.18% from 616); Max value from RGB is 229 - color contains mainly: blue. Hex color #B6CDE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6CDE5 is #49321A. Grayscale: #C8C8C8. Windows color (decimal): -4796955 or 15060406. OLE color: 15060406.

HSL color Cylindrical-coordinate representation of color #B6CDE5: hue angle of 210.64º degrees, saturation: 0.47, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B6CDE5 is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 182 205 229 -
CMYK 0.21 0.10 0 0.10
HSL 210.64º 0.47% 0.81% -
HSV(B) 210.64º 0.21% 0.9% -
XYZ 55.27 59.26 82.66 -
YUV 200.86 143.88 114.55 -
System Red Green Blue C M Y K H S L
Decimal 182 205 229 0.21 0.10 0 0.10 210.64 0.47 0.81
Hex B6 CD E5 15 A 0 A D3 2F 51
Octal 266 315 345 25 12 0 12 323 57 121
Binary 10110110 11001101 11100101 10101 1010 0 1010 11010011 101111 1010001

Color Harmonies of #B6CDE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6CDE5

Black with #B6CDE5

Text Example


Text Example

White with #B6CDE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6CDE5; }

 p { color: rgb(182,205,229); }

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

background-color css

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

 a { background-color: rgb(182,205,229); }

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

border-color css

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

 span { border-color: rgb(182,205,229); }

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