Html Css Color HEX #BAEAFD Onahau

📋 copy color: '#BAEAFD'

red 186 ◦ green 234 ◦ blue 253

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

Shades of Onahau #BAEAFD

Tints of Onahau #BAEAFD

RGB

 RED value IS 186 (73.05% from 255) = 27.64%

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

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

R = 27.64%
G = 34.77%
B = 37.59%

CMYK

 C value IS 0.26

 M value IS 0.08

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BAEAFD (or 0xBAEAFD) is known color: Onahau. HEX triplet: BA, EA and FD. RGB value is (186,234,253). Sum of RGB (Red+Green+Blue) = 186+234+253=673 (89% of max value = 765). Red value is 186 (73.05% from 255 or 27.64% from 673); Green value is 234 (91.80% from 255 or 34.77% from 673); Blue value is 253 (99.22% from 255 or 37.59% from 673); Max value from RGB is 253 - color contains mainly: blue. Hex color #BAEAFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAEAFD is #451502. Grayscale: #DDDDDD. Windows color (decimal): -4527363 or 16640698. OLE color: 16640698.

HSL color Cylindrical-coordinate representation of color #BAEAFD: hue angle of 197.01º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAEAFD is Cyan = 0.26, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 186 234 253 -
CMYK 0.26 0.08 0 0.01
HSL 197.01º 0.94% 0.86% -
HSV(B) 197.01º 0.26% 0.99% -
XYZ 67.4 76.38 104.12 -
YUV 221.81 145.6 102.46 -
System Red Green Blue C M Y K H S L
Decimal 186 234 253 0.26 0.08 0 0.01 197.01 0.94 0.86
Hex BA EA FD 1A 8 0 1 C5 5E 56
Octal 272 352 375 32 10 0 1 305 136 126
Binary 10111010 11101010 11111101 11010 1000 0 1 11000101 1011110 1010110

Color Harmonies of #BAEAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEAFD

Black with #BAEAFD

Text Example


Text Example

White with #BAEAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEAFD; }

 p { color: rgb(186,234,253); }

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

background-color css

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

 a { background-color: rgb(186,234,253); }

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

border-color css

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

 span { border-color: rgb(186,234,253); }

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