Html Css Color HEX #B8E1F9 Onahau

📋 copy color: '#B8E1F9'

red 184 ◦ green 225 ◦ blue 249

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

Shades of Onahau #B8E1F9

Tints of Onahau #B8E1F9

RGB

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

 GREEN value IS 225 (88.28% from 255) = 34.19%

 BLUE value IS 249 (97.66% from 255) = 37.84%

R = 27.96%
G = 34.19%
B = 37.84%

CMYK

 C value IS 0.26

 M value IS 0.10

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B8E1F9 (or 0xB8E1F9) is known color: Onahau. HEX triplet: B8, E1 and F9. RGB value is (184,225,249). Sum of RGB (Red+Green+Blue) = 184+225+249=658 (87% of max value = 765). Red value is 184 (72.27% from 255 or 27.96% from 658); Green value is 225 (88.28% from 255 or 34.19% from 658); Blue value is 249 (97.66% from 255 or 37.84% from 658); Max value from RGB is 249 - color contains mainly: blue. Hex color #B8E1F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8E1F9 is #471E06. Grayscale: #D7D7D7. Windows color (decimal): -4660743 or 16376248. OLE color: 16376248.

HSL color Cylindrical-coordinate representation of color #B8E1F9: hue angle of 202.15º degrees, saturation: 0.84, 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 #B8E1F9 is Cyan = 0.26, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 184 225 249 -
CMYK 0.26 0.10 0 0.02
HSL 202.15º 0.84% 0.85% -
HSV(B) 202.15º 0.26% 0.98% -
XYZ 63.79 70.88 99.94 -
YUV 215.48 146.92 105.55 -
System Red Green Blue C M Y K H S L
Decimal 184 225 249 0.26 0.10 0 0.02 202.15 0.84 0.85
Hex B8 E1 F9 1A A 0 2 CA 54 55
Octal 270 341 371 32 12 0 2 312 124 125
Binary 10111000 11100001 11111001 11010 1010 0 10 11001010 1010100 1010101

Color Harmonies of #B8E1F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8E1F9

Black with #B8E1F9

Text Example


Text Example

White with #B8E1F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8E1F9; }

 p { color: rgb(184,225,249); }

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

background-color css

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

 a { background-color: rgb(184,225,249); }

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

border-color css

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

 span { border-color: rgb(184,225,249); }

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