Html Css Color HEX #B8CEFA Tropical Blue

📋 copy color: '#B8CEFA'

red 184 ◦ green 206 ◦ blue 250

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

Shades of Tropical Blue #B8CEFA

Tints of Tropical Blue #B8CEFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 39.06%

R = 28.75%
G = 32.19%
B = 39.06%

CMYK

 C value IS 0.26

 M value IS 0.18

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B8CEFA (or 0xB8CEFA) is known color: Tropical Blue. HEX triplet: B8, CE and FA. RGB value is (184,206,250). Sum of RGB (Red+Green+Blue) = 184+206+250=640 (84% of max value = 765). Red value is 184 (72.27% from 255 or 28.75% from 640); Green value is 206 (80.86% from 255 or 32.19% from 640); Blue value is 250 (98.05% from 255 or 39.06% from 640); Max value from RGB is 250 - color contains mainly: blue. Hex color #B8CEFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8CEFA is #473105. Grayscale: #CCCCCC. Windows color (decimal): -4665606 or 16436920. OLE color: 16436920.

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

Color convert

RGB 184 206 250 -
CMYK 0.26 0.18 0 0.02
HSL 220º 0.87% 0.85% -
HSV(B) 220º 0.26% 0.98% -
XYZ 59.09 61.24 99.15 -
YUV 204.44 153.71 113.42 -
System Red Green Blue C M Y K H S L
Decimal 184 206 250 0.26 0.18 0 0.02 220 0.87 0.85
Hex B8 CE FA 1A 12 0 2 DC 57 55
Octal 270 316 372 32 22 0 2 334 127 125
Binary 10111000 11001110 11111010 11010 10010 0 10 11011100 1010111 1010101

Color Harmonies of #B8CEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8CEFA

Black with #B8CEFA

Text Example


Text Example

White with #B8CEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8CEFA; }

 p { color: rgb(184,206,250); }

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

background-color css

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

 a { background-color: rgb(184,206,250); }

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

border-color css

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

 span { border-color: rgb(184,206,250); }

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