Html Css Color HEX #B9EEFD Onahau

📋 copy color: '#B9EEFD'

red 185 ◦ green 238 ◦ blue 253

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

Shades of Onahau #B9EEFD

Tints of Onahau #B9EEFD

RGB

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

 GREEN value IS 238 (93.36% from 255) = 35.21%

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

R = 27.37%
G = 35.21%
B = 37.43%

CMYK

 C value IS 0.27

 M value IS 0.06

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B9EEFD (or 0xB9EEFD) is known color: Onahau. HEX triplet: B9, EE and FD. RGB value is (185,238,253). Sum of RGB (Red+Green+Blue) = 185+238+253=676 (89% of max value = 765). Red value is 185 (72.66% from 255 or 27.37% from 676); Green value is 238 (93.36% from 255 or 35.21% from 676); Blue value is 253 (99.22% from 255 or 37.43% from 676); Max value from RGB is 253 - color contains mainly: blue. Hex color #B9EEFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9EEFD is #461102. Grayscale: #DFDFDF. Windows color (decimal): -4591875 or 16641721. OLE color: 16641721.

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

Color convert

RGB 185 238 253 -
CMYK 0.27 0.06 0 0.01
HSL 193.24º 0.94% 0.86% -
HSV(B) 193.24º 0.27% 0.99% -
XYZ 68.31 78.56 104.49 -
YUV 223.86 144.44 100.28 -
System Red Green Blue C M Y K H S L
Decimal 185 238 253 0.27 0.06 0 0.01 193.24 0.94 0.86
Hex B9 EE FD 1B 6 0 1 C1 5E 56
Octal 271 356 375 33 6 0 1 301 136 126
Binary 10111001 11101110 11111101 11011 110 0 1 11000001 1011110 1010110

Color Harmonies of #B9EEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9EEFD

Black with #B9EEFD

Text Example


Text Example

White with #B9EEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9EEFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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