Html Css Color HEX #B8CFEC Tropical Blue

📋 copy color: '#B8CFEC'

red 184 ◦ green 207 ◦ blue 236

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

Shades of Tropical Blue #B8CFEC

Tints of Tropical Blue #B8CFEC

RGB

 RED value IS 184 (72.27% from 255) = 29.35%

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

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

R = 29.35%
G = 33.01%
B = 37.64%

CMYK

 C value IS 0.22

 M value IS 0.12

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B8CFEC (or 0xB8CFEC) is known color: Tropical Blue. HEX triplet: B8, CF and EC. RGB value is (184,207,236). Sum of RGB (Red+Green+Blue) = 184+207+236=627 (83% of max value = 765). Red value is 184 (72.27% from 255 or 29.35% from 627); Green value is 207 (81.25% from 255 or 33.01% from 627); Blue value is 236 (92.58% from 255 or 37.64% from 627); Max value from RGB is 236 - color contains mainly: blue. Hex color #B8CFEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8CFEC is #473013. Grayscale: #CBCBCB. Windows color (decimal): -4665364 or 15519672. OLE color: 15519672.

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

Color convert

RGB 184 207 236 -
CMYK 0.22 0.12 0 0.07
HSL 213.46º 0.58% 0.82% -
HSV(B) 213.46º 0.22% 0.93% -
XYZ 57.22 60.87 88.09 -
YUV 203.43 146.38 114.14 -
System Red Green Blue C M Y K H S L
Decimal 184 207 236 0.22 0.12 0 0.07 213.46 0.58 0.82
Hex B8 CF EC 16 C 0 7 D5 3A 52
Octal 270 317 354 26 14 0 7 325 72 122
Binary 10111000 11001111 11101100 10110 1100 0 111 11010101 111010 1010010

Color Harmonies of #B8CFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8CFEC

Black with #B8CFEC

Text Example


Text Example

White with #B8CFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8CFEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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