Html Css Color HEX #B8EBF6 Onahau

📋 copy color: '#B8EBF6'

red 184 ◦ green 235 ◦ blue 246

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

Shades of Onahau #B8EBF6

Tints of Onahau #B8EBF6

RGB

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

 GREEN value IS 235 (92.19% from 255) = 35.34%

 BLUE value IS 246 (96.48% from 255) = 36.99%

R = 27.67%
G = 35.34%
B = 36.99%

CMYK

 C value IS 0.25

 M value IS 0.04

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B8EBF6 (or 0xB8EBF6) is known color: Onahau. HEX triplet: B8, EB and F6. RGB value is (184,235,246). Sum of RGB (Red+Green+Blue) = 184+235+246=665 (88% of max value = 765). Red value is 184 (72.27% from 255 or 27.67% from 665); Green value is 235 (92.19% from 255 or 35.34% from 665); Blue value is 246 (96.48% from 255 or 36.99% from 665); Max value from RGB is 246 - color contains mainly: blue. Hex color #B8EBF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8EBF6 is #471409. Grayscale: #DCDCDC. Windows color (decimal): -4658186 or 16182200. OLE color: 16182200.

HSL color Cylindrical-coordinate representation of color #B8EBF6: hue angle of 190.65º degrees, saturation: 0.77, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B8EBF6 is Cyan = 0.25, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 184 235 246 -
CMYK 0.25 0.04 0 0.04
HSL 190.65º 0.78% 0.84% -
HSV(B) 190.65º 0.25% 0.96% -
XYZ 66.11 76.26 98.42 -
YUV 221.01 142.1 101.61 -
System Red Green Blue C M Y K H S L
Decimal 184 235 246 0.25 0.04 0 0.04 190.65 0.78 0.84
Hex B8 EB F6 19 4 0 4 BF 4E 54
Octal 270 353 366 31 4 0 4 277 116 124
Binary 10111000 11101011 11110110 11001 100 0 100 10111111 1001110 1010100

Color Harmonies of #B8EBF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8EBF6

Black with #B8EBF6

Text Example


Text Example

White with #B8EBF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8EBF6; }

 p { color: rgb(184,235,246); }

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

background-color css

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

 a { background-color: rgb(184,235,246); }

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

border-color css

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

 span { border-color: rgb(184,235,246); }

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