Html Css Color HEX #B7EDF8 Onahau

📋 copy color: '#B7EDF8'

red 183 ◦ green 237 ◦ blue 248

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

Shades of Onahau #B7EDF8

Tints of Onahau #B7EDF8

RGB

 RED value IS 183 (71.88% from 255) = 27.4%

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

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

R = 27.4%
G = 35.48%
B = 37.13%

CMYK

 C value IS 0.26

 M value IS 0.04

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B7EDF8 (or 0xB7EDF8) is known color: Onahau. HEX triplet: B7, ED and F8. RGB value is (183,237,248). Sum of RGB (Red+Green+Blue) = 183+237+248=668 (88% of max value = 765). Red value is 183 (71.88% from 255 or 27.40% from 668); Green value is 237 (92.97% from 255 or 35.48% from 668); Blue value is 248 (97.27% from 255 or 37.13% from 668); Max value from RGB is 248 - color contains mainly: blue. Hex color #B7EDF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B7EDF8 is #481207. Grayscale: #DEDEDE. Windows color (decimal): -4723208 or 16313783. OLE color: 16313783.

HSL color Cylindrical-coordinate representation of color #B7EDF8: hue angle of 190.15º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B7EDF8 is Cyan = 0.26, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 183 237 248 -
CMYK 0.26 0.04 0 0.03
HSL 190.15º 0.82% 0.85% -
HSV(B) 190.15º 0.26% 0.97% -
XYZ 66.76 77.41 100.23 -
YUV 222.11 142.61 100.11 -
System Red Green Blue C M Y K H S L
Decimal 183 237 248 0.26 0.04 0 0.03 190.15 0.82 0.85
Hex B7 ED F8 1A 4 0 3 BE 52 55
Octal 267 355 370 32 4 0 3 276 122 125
Binary 10110111 11101101 11111000 11010 100 0 11 10111110 1010010 1010101

Color Harmonies of #B7EDF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7EDF8

Black with #B7EDF8

Text Example


Text Example

White with #B7EDF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7EDF8; }

 p { color: rgb(183,237,248); }

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

background-color css

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

 a { background-color: rgb(183,237,248); }

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

border-color css

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

 span { border-color: rgb(183,237,248); }

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