Html Css Color HEX #B9EFFC Onahau

📋 copy color: '#B9EFFC'

red 185 ◦ green 239 ◦ blue 252

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

Shades of Onahau #B9EFFC

Tints of Onahau #B9EFFC

RGB

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

 GREEN value IS 239 (93.75% from 255) = 35.36%

 BLUE value IS 252 (98.83% from 255) = 37.28%

R = 27.37%
G = 35.36%
B = 37.28%

CMYK

 C value IS 0.27

 M value IS 0.05

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B9EFFC (or 0xB9EFFC) is known color: Onahau. HEX triplet: B9, EF and FC. RGB value is (185,239,252). Sum of RGB (Red+Green+Blue) = 185+239+252=676 (89% of max value = 765). Red value is 185 (72.66% from 255 or 27.37% from 676); Green value is 239 (93.75% from 255 or 35.36% from 676); Blue value is 252 (98.83% from 255 or 37.28% from 676); Max value from RGB is 252 - color contains mainly: blue. Hex color #B9EFFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9EFFC is #461003. Grayscale: #E0E0E0. Windows color (decimal): -4591620 or 16576441. OLE color: 16576441.

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

Color convert

RGB 185 239 252 -
CMYK 0.27 0.05 0 0.01
HSL 191.64º 0.92% 0.86% -
HSV(B) 191.64º 0.27% 0.99% -
XYZ 68.44 79.08 103.75 -
YUV 224.34 143.61 99.94 -
System Red Green Blue C M Y K H S L
Decimal 185 239 252 0.27 0.05 0 0.01 191.64 0.92 0.86
Hex B9 EF FC 1B 5 0 1 C0 5C 56
Octal 271 357 374 33 5 0 1 300 134 126
Binary 10111001 11101111 11111100 11011 101 0 1 11000000 1011100 1010110

Color Harmonies of #B9EFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9EFFC

Black with #B9EFFC

Text Example


Text Example

White with #B9EFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9EFFC; }

 p { color: rgb(185,239,252); }

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

background-color css

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

 a { background-color: rgb(185,239,252); }

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

border-color css

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

 span { border-color: rgb(185,239,252); }

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