Html Css Color HEX #B4CEED Tropical Blue

📋 copy color: '#B4CEED'

red 180 ◦ green 206 ◦ blue 237

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

Shades of Tropical Blue #B4CEED

Tints of Tropical Blue #B4CEED

RGB

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

 GREEN value IS 206 (80.86% from 255) = 33.07%

 BLUE value IS 237 (92.97% from 255) = 38.04%

R = 28.89%
G = 33.07%
B = 38.04%

CMYK

 C value IS 0.24

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B4CEED (or 0xB4CEED) is known color: Tropical Blue. HEX triplet: B4, CE and ED. RGB value is (180,206,237). Sum of RGB (Red+Green+Blue) = 180+206+237=623 (82% of max value = 765). Red value is 180 (70.70% from 255 or 28.89% from 623); Green value is 206 (80.86% from 255 or 33.07% from 623); Blue value is 237 (92.97% from 255 or 38.04% from 623); Max value from RGB is 237 - color contains mainly: blue. Hex color #B4CEED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4CEED is #4B3112. Grayscale: #C9C9C9. Windows color (decimal): -4927763 or 15584948. OLE color: 15584948.

HSL color Cylindrical-coordinate representation of color #B4CEED: hue angle of 212.63º degrees, saturation: 0.61, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B4CEED is Cyan = 0.24, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 180 206 237 -
CMYK 0.24 0.13 0 0.07
HSL 212.63º 0.61% 0.82% -
HSV(B) 212.63º 0.24% 0.93% -
XYZ 56.18 59.96 88.73 -
YUV 201.76 147.89 112.48 -
System Red Green Blue C M Y K H S L
Decimal 180 206 237 0.24 0.13 0 0.07 212.63 0.61 0.82
Hex B4 CE ED 18 D 0 7 D5 3D 52
Octal 264 316 355 30 15 0 7 325 75 122
Binary 10110100 11001110 11101101 11000 1101 0 111 11010101 111101 1010010

Color Harmonies of #B4CEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4CEED

Black with #B4CEED

Text Example


Text Example

White with #B4CEED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4CEED; }

 p { color: rgb(180,206,237); }

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

background-color css

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

 a { background-color: rgb(180,206,237); }

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

border-color css

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

 span { border-color: rgb(180,206,237); }

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