Html Css Color HEX #B9E8FD Onahau

📋 copy color: '#B9E8FD'

red 185 ◦ green 232 ◦ blue 253

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

Shades of Onahau #B9E8FD

Tints of Onahau #B9E8FD

RGB

 RED value IS 185 (72.66% from 255) = 27.61%

 GREEN value IS 232 (91.02% from 255) = 34.63%

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

R = 27.61%
G = 34.63%
B = 37.76%

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

#B9E8FD (or 0xB9E8FD) is known color: Onahau. HEX triplet: B9, E8 and FD. RGB value is (185,232,253). Sum of RGB (Red+Green+Blue) = 185+232+253=670 (88% of max value = 765). Red value is 185 (72.66% from 255 or 27.61% from 670); Green value is 232 (91.02% from 255 or 34.63% from 670); Blue value is 253 (99.22% from 255 or 37.76% from 670); Max value from RGB is 253 - color contains mainly: blue. Hex color #B9E8FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9E8FD is #461702. Grayscale: #DCDCDC. Windows color (decimal): -4593411 or 16640185. OLE color: 16640185.

HSL color Cylindrical-coordinate representation of color #B9E8FD: hue angle of 198.53º degrees, saturation: 0.94, 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 #B9E8FD is Cyan = 0.27, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 185 232 253 -
CMYK 0.27 0.08 0 0.01
HSL 198.53º 0.94% 0.86% -
HSV(B) 198.53º 0.27% 0.99% -
XYZ 66.59 75.12 103.92 -
YUV 220.34 146.43 102.79 -
System Red Green Blue C M Y K H S L
Decimal 185 232 253 0.27 0.08 0 0.01 198.53 0.94 0.86
Hex B9 E8 FD 1B 8 0 1 C7 5E 56
Octal 271 350 375 33 10 0 1 307 136 126
Binary 10111001 11101000 11111101 11011 1000 0 1 11000111 1011110 1010110

Color Harmonies of #B9E8FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9E8FD

Black with #B9E8FD

Text Example


Text Example

White with #B9E8FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9E8FD; }

 p { color: rgb(185,232,253); }

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

background-color css

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

 a { background-color: rgb(185,232,253); }

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

border-color css

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

 span { border-color: rgb(185,232,253); }

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