Html Css Color HEX #B3CCF2 Tropical Blue

📋 copy color: '#B3CCF2'

red 179 ◦ green 204 ◦ blue 242

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

Shades of Tropical Blue #B3CCF2

Tints of Tropical Blue #B3CCF2

RGB

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

 GREEN value IS 204 (80.08% from 255) = 32.64%

 BLUE value IS 242 (94.92% from 255) = 38.72%

R = 28.64%
G = 32.64%
B = 38.72%

CMYK

 C value IS 0.26

 M value IS 0.16

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B3CCF2 (or 0xB3CCF2) is known color: Tropical Blue. HEX triplet: B3, CC and F2. RGB value is (179,204,242). Sum of RGB (Red+Green+Blue) = 179+204+242=625 (82% of max value = 765). Red value is 179 (70.31% from 255 or 28.64% from 625); Green value is 204 (80.08% from 255 or 32.64% from 625); Blue value is 242 (94.92% from 255 or 38.72% from 625); Max value from RGB is 242 - color contains mainly: blue. Hex color #B3CCF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3CCF2 is #4C330D. Grayscale: #C8C8C8. Windows color (decimal): -4993806 or 15912115. OLE color: 15912115.

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

Color convert

RGB 179 204 242 -
CMYK 0.26 0.16 0 0.05
HSL 216.19º 0.71% 0.83% -
HSV(B) 216.19º 0.26% 0.95% -
XYZ 56.21 59.18 92.46 -
YUV 200.86 151.22 112.41 -
System Red Green Blue C M Y K H S L
Decimal 179 204 242 0.26 0.16 0 0.05 216.19 0.71 0.83
Hex B3 CC F2 1A 10 0 5 D8 47 53
Octal 263 314 362 32 20 0 5 330 107 123
Binary 10110011 11001100 11110010 11010 10000 0 101 11011000 1000111 1010011

Color Harmonies of #B3CCF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3CCF2

Black with #B3CCF2

Text Example


Text Example

White with #B3CCF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3CCF2; }

 p { color: rgb(179,204,242); }

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

background-color css

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

 a { background-color: rgb(179,204,242); }

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

border-color css

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

 span { border-color: rgb(179,204,242); }

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