Html Css Color HEX #B5EDFD Onahau

📋 copy color: '#B5EDFD'

red 181 ◦ green 237 ◦ blue 253

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

Shades of Onahau #B5EDFD

Tints of Onahau #B5EDFD

RGB

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

 GREEN value IS 237 (92.97% from 255) = 35.32%

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

R = 26.97%
G = 35.32%
B = 37.7%

CMYK

 C value IS 0.28

 M value IS 0.06

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B5EDFD (or 0xB5EDFD) is known color: Onahau. HEX triplet: B5, ED and FD. RGB value is (181,237,253). Sum of RGB (Red+Green+Blue) = 181+237+253=671 (88% of max value = 765). Red value is 181 (71.09% from 255 or 26.97% from 671); Green value is 237 (92.97% from 255 or 35.32% from 671); Blue value is 253 (99.22% from 255 or 37.70% from 671); Max value from RGB is 253 - color contains mainly: blue. Hex color #B5EDFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5EDFD is #4A1202. Grayscale: #DDDDDD. Windows color (decimal): -4854275 or 16641461. OLE color: 16641461.

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

Color convert

RGB 181 237 253 -
CMYK 0.28 0.06 0 0.01
HSL 193.33º 0.95% 0.85% -
HSV(B) 193.33º 0.28% 0.99% -
XYZ 67.07 77.48 104.35 -
YUV 222.08 145.45 98.7 -
System Red Green Blue C M Y K H S L
Decimal 181 237 253 0.28 0.06 0 0.01 193.33 0.95 0.85
Hex B5 ED FD 1C 6 0 1 C1 5F 55
Octal 265 355 375 34 6 0 1 301 137 125
Binary 10110101 11101101 11111101 11100 110 0 1 11000001 1011111 1010101

Color Harmonies of #B5EDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5EDFD

Black with #B5EDFD

Text Example


Text Example

White with #B5EDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5EDFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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