Html Css Color HEX #B4CCF4 Tropical Blue

📋 copy color: '#B4CCF4'

red 180 ◦ green 204 ◦ blue 244

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

Shades of Tropical Blue #B4CCF4

Tints of Tropical Blue #B4CCF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 38.85%

R = 28.66%
G = 32.48%
B = 38.85%

CMYK

 C value IS 0.26

 M value IS 0.16

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B4CCF4 (or 0xB4CCF4) is known color: Tropical Blue. HEX triplet: B4, CC and F4. RGB value is (180,204,244). Sum of RGB (Red+Green+Blue) = 180+204+244=628 (83% of max value = 765). Red value is 180 (70.70% from 255 or 28.66% from 628); Green value is 204 (80.08% from 255 or 32.48% from 628); Blue value is 244 (95.70% from 255 or 38.85% from 628); Max value from RGB is 244 - color contains mainly: blue. Hex color #B4CCF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4CCF4 is #4B330B. Grayscale: #C9C9C9. Windows color (decimal): -4928268 or 16043188. OLE color: 16043188.

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

Color convert

RGB 180 204 244 -
CMYK 0.26 0.16 0 0.04
HSL 217.5º 0.74% 0.83% -
HSV(B) 217.5º 0.26% 0.96% -
XYZ 56.74 59.42 94.07 -
YUV 201.38 152.05 112.75 -
System Red Green Blue C M Y K H S L
Decimal 180 204 244 0.26 0.16 0 0.04 217.5 0.74 0.83
Hex B4 CC F4 1A 10 0 4 DA 4A 53
Octal 264 314 364 32 20 0 4 332 112 123
Binary 10110100 11001100 11110100 11010 10000 0 100 11011010 1001010 1010011

Color Harmonies of #B4CCF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4CCF4

Black with #B4CCF4

Text Example


Text Example

White with #B4CCF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4CCF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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