Html Css Color HEX #B4EDFF Onahau

📋 copy color: '#B4EDFF'

red 180 ◦ green 237 ◦ blue 255

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

Shades of Onahau #B4EDFF

Tints of Onahau #B4EDFF

RGB

 RED value IS 180 (70.7% from 255) = 26.79%

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

 BLUE value IS 255 (100% from 255) = 37.95%

R = 26.79%
G = 35.27%
B = 37.95%

CMYK

 C value IS 0.29

 M value IS 0.07

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B4EDFF (or 0xB4EDFF) is known color: Onahau. HEX triplet: B4, ED and FF. RGB value is (180,237,255). Sum of RGB (Red+Green+Blue) = 180+237+255=672 (89% of max value = 765). Red value is 180 (70.70% from 255 or 26.79% from 672); Green value is 237 (92.97% from 255 or 35.27% from 672); Blue value is 255 (100% from 255 or 37.95% from 672); Max value from RGB is 255 - color contains mainly: blue. Hex color #B4EDFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B4EDFF is #4B1200. Grayscale: #DDDDDD. Windows color (decimal): -4919809 or 16772532. OLE color: 16772532.

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

Color convert

RGB 180 237 255 -
CMYK 0.29 0.07 0 0
HSL 194.4º 1% 0.85% -
HSV(B) 194.4º 0.29% 1% -
XYZ 67.16 77.49 106.03 -
YUV 222.01 146.62 98.04 -
System Red Green Blue C M Y K H S L
Decimal 180 237 255 0.29 0.07 0 0 194.4 1 0.85
Hex B4 ED FF 1D 7 0 0 C2 64 55
Octal 264 355 377 35 7 0 0 302 144 125
Binary 10110100 11101101 11111111 11101 111 0 0 11000010 1100100 1010101

Color Harmonies of #B4EDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4EDFF

Black with #B4EDFF

Text Example


Text Example

White with #B4EDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4EDFF; }

 p { color: rgb(180,237,255); }

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

background-color css

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

 a { background-color: rgb(180,237,255); }

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

border-color css

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

 span { border-color: rgb(180,237,255); }

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