Html Css Color HEX #B5EAF8 Onahau

📋 copy color: '#B5EAF8'

red 181 ◦ green 234 ◦ blue 248

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

Shades of Onahau #B5EAF8

Tints of Onahau #B5EAF8

RGB

 RED value IS 181 (71.09% from 255) = 27.3%

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

 BLUE value IS 248 (97.27% from 255) = 37.41%

R = 27.3%
G = 35.29%
B = 37.41%

CMYK

 C value IS 0.27

 M value IS 0.06

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B5EAF8 (or 0xB5EAF8) is known color: Onahau. HEX triplet: B5, EA and F8. RGB value is (181,234,248). Sum of RGB (Red+Green+Blue) = 181+234+248=663 (87% of max value = 765). Red value is 181 (71.09% from 255 or 27.30% from 663); Green value is 234 (91.80% from 255 or 35.29% from 663); Blue value is 248 (97.27% from 255 or 37.41% from 663); Max value from RGB is 248 - color contains mainly: blue. Hex color #B5EAF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5EAF8 is #4A1507. Grayscale: #DBDBDB. Windows color (decimal): -4855048 or 16313013. OLE color: 16313013.

HSL color Cylindrical-coordinate representation of color #B5EAF8: hue angle of 192.54º degrees, saturation: 0.83, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B5EAF8 is Cyan = 0.27, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 181 234 248 -
CMYK 0.27 0.06 0 0.03
HSL 192.54º 0.83% 0.84% -
HSV(B) 192.54º 0.27% 0.97% -
XYZ 65.42 75.45 99.92 -
YUV 219.75 143.94 100.36 -
System Red Green Blue C M Y K H S L
Decimal 181 234 248 0.27 0.06 0 0.03 192.54 0.83 0.84
Hex B5 EA F8 1B 6 0 3 C1 53 54
Octal 265 352 370 33 6 0 3 301 123 124
Binary 10110101 11101010 11111000 11011 110 0 11 11000001 1010011 1010100

Color Harmonies of #B5EAF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5EAF8

Black with #B5EAF8

Text Example


Text Example

White with #B5EAF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5EAF8; }

 p { color: rgb(181,234,248); }

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

background-color css

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

 a { background-color: rgb(181,234,248); }

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

border-color css

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

 span { border-color: rgb(181,234,248); }

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