Html Css Color HEX #B8CFEE Tropical Blue

📋 copy color: '#B8CFEE'

red 184 ◦ green 207 ◦ blue 238

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

Shades of Tropical Blue #B8CFEE

Tints of Tropical Blue #B8CFEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 37.84%

R = 29.25%
G = 32.91%
B = 37.84%

CMYK

 C value IS 0.23

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B8CFEE (or 0xB8CFEE) is known color: Tropical Blue. HEX triplet: B8, CF and EE. RGB value is (184,207,238). Sum of RGB (Red+Green+Blue) = 184+207+238=629 (83% of max value = 765). Red value is 184 (72.27% from 255 or 29.25% from 629); Green value is 207 (81.25% from 255 or 32.91% from 629); Blue value is 238 (93.36% from 255 or 37.84% from 629); Max value from RGB is 238 - color contains mainly: blue. Hex color #B8CFEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8CFEE is #473011. Grayscale: #CBCBCB. Windows color (decimal): -4665362 or 15650744. OLE color: 15650744.

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

Color convert

RGB 184 207 238 -
CMYK 0.23 0.13 0 0.07
HSL 214.44º 0.61% 0.83% -
HSV(B) 214.44º 0.23% 0.93% -
XYZ 57.51 60.99 89.63 -
YUV 203.66 147.38 113.98 -
System Red Green Blue C M Y K H S L
Decimal 184 207 238 0.23 0.13 0 0.07 214.44 0.61 0.83
Hex B8 CF EE 17 D 0 7 D6 3D 53
Octal 270 317 356 27 15 0 7 326 75 123
Binary 10111000 11001111 11101110 10111 1101 0 111 11010110 111101 1010011

Color Harmonies of #B8CFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8CFEE

Black with #B8CFEE

Text Example


Text Example

White with #B8CFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8CFEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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