Html Css Color HEX #B6CDEA Tropical Blue

📋 copy color: '#B6CDEA'

red 182 ◦ green 205 ◦ blue 234

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

Shades of Tropical Blue #B6CDEA

Tints of Tropical Blue #B6CDEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 37.68%

R = 29.31%
G = 33.01%
B = 37.68%

CMYK

 C value IS 0.22

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B6CDEA (or 0xB6CDEA) is known color: Tropical Blue. HEX triplet: B6, CD and EA. RGB value is (182,205,234). Sum of RGB (Red+Green+Blue) = 182+205+234=621 (82% of max value = 765). Red value is 182 (71.48% from 255 or 29.31% from 621); Green value is 205 (80.47% from 255 or 33.01% from 621); Blue value is 234 (91.80% from 255 or 37.68% from 621); Max value from RGB is 234 - color contains mainly: blue. Hex color #B6CDEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6CDEA is #493215. Grayscale: #C9C9C9. Windows color (decimal): -4796950 or 15388086. OLE color: 15388086.

HSL color Cylindrical-coordinate representation of color #B6CDEA: hue angle of 213.46º degrees, saturation: 0.55, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B6CDEA is Cyan = 0.22, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 182 205 234 -
CMYK 0.22 0.12 0 0.08
HSL 213.46º 0.55% 0.82% -
HSV(B) 213.46º 0.22% 0.92% -
XYZ 55.97 59.55 86.39 -
YUV 201.43 146.38 114.14 -
System Red Green Blue C M Y K H S L
Decimal 182 205 234 0.22 0.12 0 0.08 213.46 0.55 0.82
Hex B6 CD EA 16 C 0 8 D5 37 52
Octal 266 315 352 26 14 0 10 325 67 122
Binary 10110110 11001101 11101010 10110 1100 0 1000 11010101 110111 1010010

Color Harmonies of #B6CDEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6CDEA

Black with #B6CDEA

Text Example


Text Example

White with #B6CDEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6CDEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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