Html Css Color HEX #41BAEA Summer Sky

📋 copy color: '#41BAEA'

red 65 ◦ green 186 ◦ blue 234

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

Shades of Summer Sky #41BAEA

Tints of Summer Sky #41BAEA

RGB

 RED value IS 65 (25.78% from 255) = 13.4%

 GREEN value IS 186 (73.05% from 255) = 38.35%

 BLUE value IS 234 (91.8% from 255) = 48.25%

R = 13.4%
G = 38.35%
B = 48.25%

CMYK

 C value IS 0.72

 M value IS 0.21

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#41BAEA (or 0x41BAEA) is known color: Summer Sky. HEX triplet: 41, BA and EA. RGB value is (65,186,234). Sum of RGB (Red+Green+Blue) = 65+186+234=485 (64% of max value = 765). Red value is 65 (25.78% from 255 or 13.40% from 485); Green value is 186 (73.05% from 255 or 38.35% from 485); Blue value is 234 (91.80% from 255 or 48.25% from 485); Max value from RGB is 234 - color contains mainly: blue. Hex color #41BAEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #41BAEA is #BE4515. Grayscale: #9A9A9A. Windows color (decimal): -12469526 or 15383105. OLE color: 15383105.

HSL color Cylindrical-coordinate representation of color #41BAEA: hue angle of 197.04º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #41BAEA is Cyan = 0.72, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 65 186 234 -
CMYK 0.72 0.21 0 0.08
HSL 197.04º 0.8% 0.59% -
HSV(B) 197.04º 0.72% 0.92% -
XYZ 34.59 42.18 84.16 -
YUV 155.29 172.41 63.6 -
System Red Green Blue C M Y K H S L
Decimal 65 186 234 0.72 0.21 0 0.08 197.04 0.8 0.59
Hex 41 BA EA 48 15 0 8 C5 50 3B
Octal 101 272 352 110 25 0 10 305 120 73
Binary 1000001 10111010 11101010 1001000 10101 0 1000 11000101 1010000 111011

Color Harmonies of #41BAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41BAEA

Black with #41BAEA

Text Example


Text Example

White with #41BAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41BAEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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