Html Css Color HEX #B6CDF5 Tropical Blue

📋 copy color: '#B6CDF5'

red 182 ◦ green 205 ◦ blue 245

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

Shades of Tropical Blue #B6CDF5

Tints of Tropical Blue #B6CDF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 38.77%

R = 28.8%
G = 32.44%
B = 38.77%

CMYK

 C value IS 0.26

 M value IS 0.16

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B6CDF5 (or 0xB6CDF5) is known color: Tropical Blue. HEX triplet: B6, CD and F5. RGB value is (182,205,245). Sum of RGB (Red+Green+Blue) = 182+205+245=632 (83% of max value = 765). Red value is 182 (71.48% from 255 or 28.80% from 632); Green value is 205 (80.47% from 255 or 32.44% from 632); Blue value is 245 (96.09% from 255 or 38.77% from 632); Max value from RGB is 245 - color contains mainly: blue. Hex color #B6CDF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6CDF5 is #49320A. Grayscale: #CACACA. Windows color (decimal): -4796939 or 16108982. OLE color: 16108982.

HSL color Cylindrical-coordinate representation of color #B6CDF5: hue angle of 218.1º degrees, saturation: 0.76, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B6CDF5 is Cyan = 0.26, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 182 205 245 -
CMYK 0.26 0.16 0 0.04
HSL 218.1º 0.76% 0.84% -
HSV(B) 218.1º 0.26% 0.96% -
XYZ 57.6 60.2 94.97 -
YUV 202.68 151.88 113.25 -
System Red Green Blue C M Y K H S L
Decimal 182 205 245 0.26 0.16 0 0.04 218.1 0.76 0.84
Hex B6 CD F5 1A 10 0 4 DA 4C 54
Octal 266 315 365 32 20 0 4 332 114 124
Binary 10110110 11001101 11110101 11010 10000 0 100 11011010 1001100 1010100

Color Harmonies of #B6CDF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6CDF5

Black with #B6CDF5

Text Example


Text Example

White with #B6CDF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6CDF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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