Html Css Color HEX #B8EDF8 Onahau

📋 copy color: '#B8EDF8'

red 184 ◦ green 237 ◦ blue 248

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

Shades of Onahau #B8EDF8

Tints of Onahau #B8EDF8

RGB

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

 GREEN value IS 237 (92.97% from 255) = 35.43%

 BLUE value IS 248 (97.27% from 255) = 37.07%

R = 27.5%
G = 35.43%
B = 37.07%

CMYK

 C value IS 0.26

 M value IS 0.04

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B8EDF8 (or 0xB8EDF8) is known color: Onahau. HEX triplet: B8, ED and F8. RGB value is (184,237,248). Sum of RGB (Red+Green+Blue) = 184+237+248=669 (88% of max value = 765). Red value is 184 (72.27% from 255 or 27.50% from 669); Green value is 237 (92.97% from 255 or 35.43% from 669); Blue value is 248 (97.27% from 255 or 37.07% from 669); Max value from RGB is 248 - color contains mainly: blue. Hex color #B8EDF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8EDF8 is #471207. Grayscale: #DEDEDE. Windows color (decimal): -4657672 or 16313784. OLE color: 16313784.

HSL color Cylindrical-coordinate representation of color #B8EDF8: hue angle of 190.31º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B8EDF8 is Cyan = 0.26, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 184 237 248 -
CMYK 0.26 0.04 0 0.03
HSL 190.31º 0.82% 0.85% -
HSV(B) 190.31º 0.26% 0.97% -
XYZ 66.99 77.54 100.24 -
YUV 222.41 142.44 100.61 -
System Red Green Blue C M Y K H S L
Decimal 184 237 248 0.26 0.04 0 0.03 190.31 0.82 0.85
Hex B8 ED F8 1A 4 0 3 BE 52 55
Octal 270 355 370 32 4 0 3 276 122 125
Binary 10111000 11101101 11111000 11010 100 0 11 10111110 1010010 1010101

Color Harmonies of #B8EDF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8EDF8

Black with #B8EDF8

Text Example


Text Example

White with #B8EDF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8EDF8; }

 p { color: rgb(184,237,248); }

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

background-color css

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

 a { background-color: rgb(184,237,248); }

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

border-color css

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

 span { border-color: rgb(184,237,248); }

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