Html Css Color HEX #B8EAFD Onahau

📋 copy color: '#B8EAFD'

red 184 ◦ green 234 ◦ blue 253

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

Shades of Onahau #B8EAFD

Tints of Onahau #B8EAFD

RGB

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

 GREEN value IS 234 (91.8% from 255) = 34.87%

 BLUE value IS 253 (99.22% from 255) = 37.7%

R = 27.42%
G = 34.87%
B = 37.7%

CMYK

 C value IS 0.27

 M value IS 0.08

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B8EAFD (or 0xB8EAFD) is known color: Onahau. HEX triplet: B8, EA and FD. RGB value is (184,234,253). Sum of RGB (Red+Green+Blue) = 184+234+253=671 (88% of max value = 765). Red value is 184 (72.27% from 255 or 27.42% from 671); Green value is 234 (91.80% from 255 or 34.87% from 671); Blue value is 253 (99.22% from 255 or 37.70% from 671); Max value from RGB is 253 - color contains mainly: blue. Hex color #B8EAFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8EAFD is #471502. Grayscale: #DDDDDD. Windows color (decimal): -4658435 or 16640696. OLE color: 16640696.

HSL color Cylindrical-coordinate representation of color #B8EAFD: hue angle of 196.52º degrees, saturation: 0.95, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B8EAFD is Cyan = 0.27, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 184 234 253 -
CMYK 0.27 0.08 0 0.01
HSL 196.52º 0.95% 0.86% -
HSV(B) 196.52º 0.27% 0.99% -
XYZ 66.92 76.13 104.1 -
YUV 221.22 145.94 101.46 -
System Red Green Blue C M Y K H S L
Decimal 184 234 253 0.27 0.08 0 0.01 196.52 0.95 0.86
Hex B8 EA FD 1B 8 0 1 C5 5F 56
Octal 270 352 375 33 10 0 1 305 137 126
Binary 10111000 11101010 11111101 11011 1000 0 1 11000101 1011111 1010110

Color Harmonies of #B8EAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8EAFD

Black with #B8EAFD

Text Example


Text Example

White with #B8EAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8EAFD; }

 p { color: rgb(184,234,253); }

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

background-color css

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

 a { background-color: rgb(184,234,253); }

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

border-color css

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

 span { border-color: rgb(184,234,253); }

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