Html Css Color HEX #B4C9F9 Tropical Blue

📋 copy color: '#B4C9F9'

red 180 ◦ green 201 ◦ blue 249

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

Shades of Tropical Blue #B4C9F9

Tints of Tropical Blue #B4C9F9

RGB

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

 GREEN value IS 201 (78.91% from 255) = 31.9%

 BLUE value IS 249 (97.66% from 255) = 39.52%

R = 28.57%
G = 31.9%
B = 39.52%

CMYK

 C value IS 0.28

 M value IS 0.19

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B4C9F9 (or 0xB4C9F9) is known color: Tropical Blue. HEX triplet: B4, C9 and F9. RGB value is (180,201,249). Sum of RGB (Red+Green+Blue) = 180+201+249=630 (83% of max value = 765). Red value is 180 (70.70% from 255 or 28.57% from 630); Green value is 201 (78.91% from 255 or 31.90% from 630); Blue value is 249 (97.66% from 255 or 39.52% from 630); Max value from RGB is 249 - color contains mainly: blue. Hex color #B4C9F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4C9F9 is #4B3606. Grayscale: #C7C7C7. Windows color (decimal): -4929031 or 16370100. OLE color: 16370100.

HSL color Cylindrical-coordinate representation of color #B4C9F9: hue angle of 221.74º degrees, saturation: 0.85, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B4C9F9 is Cyan = 0.28, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 180 201 249 -
CMYK 0.28 0.19 0 0.02
HSL 221.74º 0.85% 0.84% -
HSV(B) 221.74º 0.28% 0.98% -
XYZ 56.81 58.32 97.88 -
YUV 200.19 155.54 113.6 -
System Red Green Blue C M Y K H S L
Decimal 180 201 249 0.28 0.19 0 0.02 221.74 0.85 0.84
Hex B4 C9 F9 1C 13 0 2 DE 55 54
Octal 264 311 371 34 23 0 2 336 125 124
Binary 10110100 11001001 11111001 11100 10011 0 10 11011110 1010101 1010100

Color Harmonies of #B4C9F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4C9F9

Black with #B4C9F9

Text Example


Text Example

White with #B4C9F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4C9F9; }

 p { color: rgb(180,201,249); }

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

background-color css

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

 a { background-color: rgb(180,201,249); }

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

border-color css

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

 span { border-color: rgb(180,201,249); }

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