Html Css Color HEX #B3CDF1 Tropical Blue

📋 copy color: '#B3CDF1'

red 179 ◦ green 205 ◦ blue 241

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

Shades of Tropical Blue #B3CDF1

Tints of Tropical Blue #B3CDF1

RGB

 RED value IS 179 (70.31% from 255) = 28.64%

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

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

R = 28.64%
G = 32.8%
B = 38.56%

CMYK

 C value IS 0.26

 M value IS 0.15

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B3CDF1 (or 0xB3CDF1) is known color: Tropical Blue. HEX triplet: B3, CD and F1. RGB value is (179,205,241). Sum of RGB (Red+Green+Blue) = 179+205+241=625 (82% of max value = 765). Red value is 179 (70.31% from 255 or 28.64% from 625); Green value is 205 (80.47% from 255 or 32.8% from 625); Blue value is 241 (94.53% from 255 or 38.56% from 625); Max value from RGB is 241 - color contains mainly: blue. Hex color #B3CDF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3CDF1 is #4C320E. Grayscale: #C9C9C9. Windows color (decimal): -4993551 or 15846835. OLE color: 15846835.

HSL color Cylindrical-coordinate representation of color #B3CDF1: hue angle of 214.84º degrees, saturation: 0.69, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B3CDF1 is Cyan = 0.26, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 179 205 241 -
CMYK 0.26 0.15 0 0.05
HSL 214.84º 0.69% 0.82% -
HSV(B) 214.84º 0.26% 0.95% -
XYZ 56.3 59.6 91.76 -
YUV 201.33 150.39 112.07 -
System Red Green Blue C M Y K H S L
Decimal 179 205 241 0.26 0.15 0 0.05 214.84 0.69 0.82
Hex B3 CD F1 1A F 0 5 D7 45 52
Octal 263 315 361 32 17 0 5 327 105 122
Binary 10110011 11001101 11110001 11010 1111 0 101 11010111 1000101 1010010

Color Harmonies of #B3CDF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3CDF1

Black with #B3CDF1

Text Example


Text Example

White with #B3CDF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3CDF1; }

 p { color: rgb(179,205,241); }

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

background-color css

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

 a { background-color: rgb(179,205,241); }

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

border-color css

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

 span { border-color: rgb(179,205,241); }

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