Html Css Color HEX #BAEEFD Onahau

📋 copy color: '#BAEEFD'

red 186 ◦ green 238 ◦ blue 253

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

Shades of Onahau #BAEEFD

Tints of Onahau #BAEEFD

RGB

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

 GREEN value IS 238 (93.36% from 255) = 35.16%

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

R = 27.47%
G = 35.16%
B = 37.37%

CMYK

 C value IS 0.26

 M value IS 0.06

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BAEEFD (or 0xBAEEFD) is known color: Onahau. HEX triplet: BA, EE and FD. RGB value is (186,238,253). Sum of RGB (Red+Green+Blue) = 186+238+253=677 (89% of max value = 765). Red value is 186 (73.05% from 255 or 27.47% from 677); Green value is 238 (93.36% from 255 or 35.16% from 677); Blue value is 253 (99.22% from 255 or 37.37% from 677); Max value from RGB is 253 - color contains mainly: blue. Hex color #BAEEFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAEEFD is #451102. Grayscale: #E0E0E0. Windows color (decimal): -4526339 or 16641722. OLE color: 16641722.

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

Color convert

RGB 186 238 253 -
CMYK 0.26 0.06 0 0.01
HSL 193.43º 0.94% 0.86% -
HSV(B) 193.43º 0.26% 0.99% -
XYZ 68.55 78.68 104.5 -
YUV 224.16 144.27 100.78 -
System Red Green Blue C M Y K H S L
Decimal 186 238 253 0.26 0.06 0 0.01 193.43 0.94 0.86
Hex BA EE FD 1A 6 0 1 C1 5E 56
Octal 272 356 375 32 6 0 1 301 136 126
Binary 10111010 11101110 11111101 11010 110 0 1 11000001 1011110 1010110

Color Harmonies of #BAEEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEEFD

Black with #BAEEFD

Text Example


Text Example

White with #BAEEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEEFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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