Html Css Color HEX #BEEAEF Onahau

📋 copy color: '#BEEAEF'

red 190 ◦ green 234 ◦ blue 239

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

Shades of Onahau #BEEAEF

Tints of Onahau #BEEAEF

RGB

 RED value IS 190 (74.61% from 255) = 28.66%

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

 BLUE value IS 239 (93.75% from 255) = 36.05%

R = 28.66%
G = 35.29%
B = 36.05%

CMYK

 C value IS 0.21

 M value IS 0.02

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BEEAEF (or 0xBEEAEF) is known color: Onahau. HEX triplet: BE, EA and EF. RGB value is (190,234,239). Sum of RGB (Red+Green+Blue) = 190+234+239=663 (87% of max value = 765). Red value is 190 (74.61% from 255 or 28.66% from 663); Green value is 234 (91.80% from 255 or 35.29% from 663); Blue value is 239 (93.75% from 255 or 36.05% from 663); Max value from RGB is 239 - color contains mainly: blue. Hex color #BEEAEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEEAEF is #411510. Grayscale: #DDDDDD. Windows color (decimal): -4265233 or 15723198. OLE color: 15723198.

HSL color Cylindrical-coordinate representation of color #BEEAEF: hue angle of 186.12º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEEAEF is Cyan = 0.21, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 190 234 239 -
CMYK 0.21 0.02 0 0.06
HSL 186.12º 0.6% 0.84% -
HSV(B) 186.12º 0.21% 0.94% -
XYZ 66.24 76.02 92.84 -
YUV 221.41 137.92 105.59 -
System Red Green Blue C M Y K H S L
Decimal 190 234 239 0.21 0.02 0 0.06 186.12 0.6 0.84
Hex BE EA EF 15 2 0 6 BA 3C 54
Octal 276 352 357 25 2 0 6 272 74 124
Binary 10111110 11101010 11101111 10101 10 0 110 10111010 111100 1010100

Color Harmonies of #BEEAEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEEAEF

Black with #BEEAEF

Text Example


Text Example

White with #BEEAEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEEAEF; }

 p { color: rgb(190,234,239); }

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

background-color css

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

 a { background-color: rgb(190,234,239); }

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

border-color css

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

 span { border-color: rgb(190,234,239); }

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