Html Css Color HEX #B5ECFD Onahau

📋 copy color: '#B5ECFD'

red 181 ◦ green 236 ◦ blue 253

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

Shades of Onahau #B5ECFD

Tints of Onahau #B5ECFD

RGB

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

 GREEN value IS 236 (92.58% from 255) = 35.22%

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

R = 27.01%
G = 35.22%
B = 37.76%

CMYK

 C value IS 0.28

 M value IS 0.07

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B5ECFD (or 0xB5ECFD) is known color: Onahau. HEX triplet: B5, EC and FD. RGB value is (181,236,253). Sum of RGB (Red+Green+Blue) = 181+236+253=670 (88% of max value = 765). Red value is 181 (71.09% from 255 or 27.01% from 670); Green value is 236 (92.58% from 255 or 35.22% 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 #B5ECFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5ECFD is #4A1302. Grayscale: #DDDDDD. Windows color (decimal): -4854531 or 16641205. OLE color: 16641205.

HSL color Cylindrical-coordinate representation of color #B5ECFD: hue angle of 194.17º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B5ECFD is Cyan = 0.28, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 181 236 253 -
CMYK 0.28 0.07 0 0.01
HSL 194.17º 0.95% 0.85% -
HSV(B) 194.17º 0.28% 0.99% -
XYZ 66.78 76.91 104.25 -
YUV 221.49 145.78 99.12 -
System Red Green Blue C M Y K H S L
Decimal 181 236 253 0.28 0.07 0 0.01 194.17 0.95 0.85
Hex B5 EC FD 1C 7 0 1 C2 5F 55
Octal 265 354 375 34 7 0 1 302 137 125
Binary 10110101 11101100 11111101 11100 111 0 1 11000010 1011111 1010101

Color Harmonies of #B5ECFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5ECFD

Black with #B5ECFD

Text Example


Text Example

White with #B5ECFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5ECFD; }

 p { color: rgb(181,236,253); }

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

background-color css

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

 a { background-color: rgb(181,236,253); }

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

border-color css

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

 span { border-color: rgb(181,236,253); }

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