Html Css Color HEX #B9E5FD Onahau

📋 copy color: '#B9E5FD'

red 185 ◦ green 229 ◦ blue 253

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

Shades of Onahau #B9E5FD

Tints of Onahau #B9E5FD

RGB

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

 GREEN value IS 229 (89.84% from 255) = 34.33%

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

R = 27.74%
G = 34.33%
B = 37.93%

CMYK

 C value IS 0.27

 M value IS 0.09

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B9E5FD (or 0xB9E5FD) is known color: Onahau. HEX triplet: B9, E5 and FD. RGB value is (185,229,253). Sum of RGB (Red+Green+Blue) = 185+229+253=667 (88% of max value = 765). Red value is 185 (72.66% from 255 or 27.74% from 667); Green value is 229 (89.84% from 255 or 34.33% from 667); Blue value is 253 (99.22% from 255 or 37.93% from 667); Max value from RGB is 253 - color contains mainly: blue. Hex color #B9E5FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9E5FD is #461A02. Grayscale: #DADADA. Windows color (decimal): -4594179 or 16639417. OLE color: 16639417.

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

Color convert

RGB 185 229 253 -
CMYK 0.27 0.09 0 0.01
HSL 201.18º 0.94% 0.86% -
HSV(B) 201.18º 0.27% 0.99% -
XYZ 65.76 73.44 103.64 -
YUV 218.58 147.42 104.05 -
System Red Green Blue C M Y K H S L
Decimal 185 229 253 0.27 0.09 0 0.01 201.18 0.94 0.86
Hex B9 E5 FD 1B 9 0 1 C9 5E 56
Octal 271 345 375 33 11 0 1 311 136 126
Binary 10111001 11100101 11111101 11011 1001 0 1 11001001 1011110 1010110

Color Harmonies of #B9E5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9E5FD

Black with #B9E5FD

Text Example


Text Example

White with #B9E5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9E5FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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