Html Css Color HEX #41BCDA Summer Sky

📋 copy color: '#41BCDA'

red 65 ◦ green 188 ◦ blue 218

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

Shades of Summer Sky #41BCDA

Tints of Summer Sky #41BCDA

RGB

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

 GREEN value IS 188 (73.83% from 255) = 39.92%

 BLUE value IS 218 (85.55% from 255) = 46.28%

R = 13.8%
G = 39.92%
B = 46.28%

CMYK

 C value IS 0.70

 M value IS 0.14

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#41BCDA (or 0x41BCDA) is known color: Summer Sky. HEX triplet: 41, BC and DA. RGB value is (65,188,218). Sum of RGB (Red+Green+Blue) = 65+188+218=471 (62% of max value = 765). Red value is 65 (25.78% from 255 or 13.80% from 471); Green value is 188 (73.83% from 255 or 39.92% from 471); Blue value is 218 (85.55% from 255 or 46.28% from 471); Max value from RGB is 218 - color contains mainly: blue. Hex color #41BCDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41BCDA is #BE4325. Grayscale: #9A9A9A. Windows color (decimal): -12469030 or 14335041. OLE color: 14335041.

HSL color Cylindrical-coordinate representation of color #41BCDA: hue angle of 191.76º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #41BCDA is Cyan = 0.70, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 65 188 218 -
CMYK 0.70 0.14 0 0.15
HSL 191.76º 0.67% 0.55% -
HSV(B) 191.76º 0.7% 0.85% -
XYZ 32.82 42.15 72.74 -
YUV 154.64 163.75 64.06 -
System Red Green Blue C M Y K H S L
Decimal 65 188 218 0.70 0.14 0 0.15 191.76 0.67 0.55
Hex 41 BC DA 46 E 0 F C0 43 37
Octal 101 274 332 106 16 0 17 300 103 67
Binary 1000001 10111100 11011010 1000110 1110 0 1111 11000000 1000011 110111

Color Harmonies of #41BCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41BCDA

Black with #41BCDA

Text Example


Text Example

White with #41BCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,188,218); }

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

background-color css

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

 a { background-color: rgb(65,188,218); }

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

border-color css

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

 span { border-color: rgb(65,188,218); }

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