Html Css Color HEX #B2CDF3 Tropical Blue

📋 copy color: '#B2CDF3'

red 178 ◦ green 205 ◦ blue 243

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

Shades of Tropical Blue #B2CDF3

Tints of Tropical Blue #B2CDF3

RGB

 RED value IS 178 (69.92% from 255) = 28.43%

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

 BLUE value IS 243 (95.31% from 255) = 38.82%

R = 28.43%
G = 32.75%
B = 38.82%

CMYK

 C value IS 0.27

 M value IS 0.16

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B2CDF3 (or 0xB2CDF3) is known color: Tropical Blue. HEX triplet: B2, CD and F3. RGB value is (178,205,243). Sum of RGB (Red+Green+Blue) = 178+205+243=626 (82% of max value = 765). Red value is 178 (69.92% from 255 or 28.43% from 626); Green value is 205 (80.47% from 255 or 32.75% from 626); Blue value is 243 (95.31% from 255 or 38.82% from 626); Max value from RGB is 243 - color contains mainly: blue. Hex color #B2CDF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2CDF3 is #4D320C. Grayscale: #C9C9C9. Windows color (decimal): -5059085 or 15977906. OLE color: 15977906.

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

Color convert

RGB 178 205 243 -
CMYK 0.27 0.16 0 0.05
HSL 215.08º 0.73% 0.83% -
HSV(B) 215.08º 0.27% 0.95% -
XYZ 56.37 59.6 93.33 -
YUV 201.26 151.55 111.41 -
System Red Green Blue C M Y K H S L
Decimal 178 205 243 0.27 0.16 0 0.05 215.08 0.73 0.83
Hex B2 CD F3 1B 10 0 5 D7 49 53
Octal 262 315 363 33 20 0 5 327 111 123
Binary 10110010 11001101 11110011 11011 10000 0 101 11010111 1001001 1010011

Color Harmonies of #B2CDF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CDF3

Black with #B2CDF3

Text Example


Text Example

White with #B2CDF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CDF3; }

 p { color: rgb(178,205,243); }

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

background-color css

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

 a { background-color: rgb(178,205,243); }

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

border-color css

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

 span { border-color: rgb(178,205,243); }

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