Html Css Color HEX #B5CFEC Tropical Blue

📋 copy color: '#B5CFEC'

red 181 ◦ green 207 ◦ blue 236

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

Shades of Tropical Blue #B5CFEC

Tints of Tropical Blue #B5CFEC

RGB

 RED value IS 181 (71.09% from 255) = 29.01%

 GREEN value IS 207 (81.25% from 255) = 33.17%

 BLUE value IS 236 (92.58% from 255) = 37.82%

R = 29.01%
G = 33.17%
B = 37.82%

CMYK

 C value IS 0.23

 M value IS 0.12

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B5CFEC (or 0xB5CFEC) is known color: Tropical Blue. HEX triplet: B5, CF and EC. RGB value is (181,207,236). Sum of RGB (Red+Green+Blue) = 181+207+236=624 (82% of max value = 765). Red value is 181 (71.09% from 255 or 29.01% from 624); Green value is 207 (81.25% from 255 or 33.17% from 624); Blue value is 236 (92.58% from 255 or 37.82% from 624); Max value from RGB is 236 - color contains mainly: blue. Hex color #B5CFEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5CFEC is #4A3013. Grayscale: #CACACA. Windows color (decimal): -4861972 or 15519669. OLE color: 15519669.

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

Color convert

RGB 181 207 236 -
CMYK 0.23 0.12 0 0.07
HSL 211.64º 0.59% 0.82% -
HSV(B) 211.64º 0.23% 0.93% -
XYZ 56.51 60.51 88.06 -
YUV 202.53 146.89 112.64 -
System Red Green Blue C M Y K H S L
Decimal 181 207 236 0.23 0.12 0 0.07 211.64 0.59 0.82
Hex B5 CF EC 17 C 0 7 D4 3B 52
Octal 265 317 354 27 14 0 7 324 73 122
Binary 10110101 11001111 11101100 10111 1100 0 111 11010100 111011 1010010

Color Harmonies of #B5CFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5CFEC

Black with #B5CFEC

Text Example


Text Example

White with #B5CFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5CFEC; }

 p { color: rgb(181,207,236); }

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

background-color css

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

 a { background-color: rgb(181,207,236); }

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

border-color css

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

 span { border-color: rgb(181,207,236); }

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