Html Css Color HEX #B4CCFF Tropical Blue

📋 copy color: '#B4CCFF'

red 180 ◦ green 204 ◦ blue 255

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

Shades of Tropical Blue #B4CCFF

Tints of Tropical Blue #B4CCFF

RGB

 RED value IS 180 (70.7% from 255) = 28.17%

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

 BLUE value IS 255 (100% from 255) = 39.91%

R = 28.17%
G = 31.92%
B = 39.91%

CMYK

 C value IS 0.29

 M value IS 0.2

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B4CCFF (or 0xB4CCFF) is known color: Tropical Blue. HEX triplet: B4, CC and FF. RGB value is (180,204,255). Sum of RGB (Red+Green+Blue) = 180+204+255=639 (84% of max value = 765). Red value is 180 (70.70% from 255 or 28.17% from 639); Green value is 204 (80.08% from 255 or 31.92% from 639); Blue value is 255 (100% from 255 or 39.91% from 639); Max value from RGB is 255 - color contains mainly: blue. Hex color #B4CCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4CCFF is #4B3300. Grayscale: #CACACA. Windows color (decimal): -4928257 or 16764084. OLE color: 16764084.

HSL color Cylindrical-coordinate representation of color #B4CCFF: hue angle of 220.8º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B4CCFF is Cyan = 0.29, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 180 204 255 -
CMYK 0.29 0.2 0 0
HSL 220.8º 1% 0.85% -
HSV(B) 220.8º 0.29% 1% -
XYZ 58.47 60.11 103.13 -
YUV 202.64 157.55 111.85 -
System Red Green Blue C M Y K H S L
Decimal 180 204 255 0.29 0.2 0 0 220.8 1 0.85
Hex B4 CC FF 1D 14 0 0 DD 64 55
Octal 264 314 377 35 24 0 0 335 144 125
Binary 10110100 11001100 11111111 11101 10100 0 0 11011101 1100100 1010101

Color Harmonies of #B4CCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4CCFF

Black with #B4CCFF

Text Example


Text Example

White with #B4CCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4CCFF; }

 p { color: rgb(180,204,255); }

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

background-color css

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

 a { background-color: rgb(180,204,255); }

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

border-color css

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

 span { border-color: rgb(180,204,255); }

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