Html Css Color HEX #B6CBF1 Tropical Blue

📋 copy color: '#B6CBF1'

red 182 ◦ green 203 ◦ blue 241

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

Shades of Tropical Blue #B6CBF1

Tints of Tropical Blue #B6CBF1

RGB

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

 GREEN value IS 203 (79.69% from 255) = 32.43%

 BLUE value IS 241 (94.53% from 255) = 38.5%

R = 29.07%
G = 32.43%
B = 38.5%

CMYK

 C value IS 0.24

 M value IS 0.16

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B6CBF1 (or 0xB6CBF1) is known color: Tropical Blue. HEX triplet: B6, CB and F1. RGB value is (182,203,241). Sum of RGB (Red+Green+Blue) = 182+203+241=626 (82% of max value = 765). Red value is 182 (71.48% from 255 or 29.07% from 626); Green value is 203 (79.69% from 255 or 32.43% from 626); Blue value is 241 (94.53% from 255 or 38.50% from 626); Max value from RGB is 241 - color contains mainly: blue. Hex color #B6CBF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6CBF1 is #49340E. Grayscale: #C8C8C8. Windows color (decimal): -4797455 or 15846326. OLE color: 15846326.

HSL color Cylindrical-coordinate representation of color #B6CBF1: hue angle of 218.64º degrees, saturation: 0.68, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B6CBF1 is Cyan = 0.24, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 182 203 241 -
CMYK 0.24 0.16 0 0.05
HSL 218.64º 0.68% 0.83% -
HSV(B) 218.64º 0.24% 0.95% -
XYZ 56.52 59.01 91.63 -
YUV 201.05 150.54 114.41 -
System Red Green Blue C M Y K H S L
Decimal 182 203 241 0.24 0.16 0 0.05 218.64 0.68 0.83
Hex B6 CB F1 18 10 0 5 DB 44 53
Octal 266 313 361 30 20 0 5 333 104 123
Binary 10110110 11001011 11110001 11000 10000 0 101 11011011 1000100 1010011

Color Harmonies of #B6CBF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6CBF1

Black with #B6CBF1

Text Example


Text Example

White with #B6CBF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6CBF1; }

 p { color: rgb(182,203,241); }

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

background-color css

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

 a { background-color: rgb(182,203,241); }

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

border-color css

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

 span { border-color: rgb(182,203,241); }

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