Html Css Color HEX #41BCD8 Summer Sky

📋 copy color: '#41BCD8'

red 65 ◦ green 188 ◦ blue 216

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

Shades of Summer Sky #41BCD8

Tints of Summer Sky #41BCD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 46.06%

R = 13.86%
G = 40.09%
B = 46.06%

CMYK

 C value IS 0.70

 M value IS 0.13

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#41BCD8 (or 0x41BCD8) is known color: Summer Sky. HEX triplet: 41, BC and D8. RGB value is (65,188,216). Sum of RGB (Red+Green+Blue) = 65+188+216=469 (62% of max value = 765). Red value is 65 (25.78% from 255 or 13.86% from 469); Green value is 188 (73.83% from 255 or 40.09% from 469); Blue value is 216 (84.77% from 255 or 46.06% from 469); Max value from RGB is 216 - color contains mainly: blue. Hex color #41BCD8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41BCD8 is #BE4327. Grayscale: #9A9A9A. Windows color (decimal): -12469032 or 14203969. OLE color: 14203969.

HSL color Cylindrical-coordinate representation of color #41BCD8: hue angle of 191.13º degrees, saturation: 0.66, 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 #41BCD8 is Cyan = 0.70, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 65 188 216 -
CMYK 0.70 0.13 0 0.15
HSL 191.13º 0.66% 0.55% -
HSV(B) 191.13º 0.7% 0.85% -
XYZ 32.56 42.05 71.37 -
YUV 154.42 162.75 64.22 -
System Red Green Blue C M Y K H S L
Decimal 65 188 216 0.70 0.13 0 0.15 191.13 0.66 0.55
Hex 41 BC D8 46 D 0 F BF 42 37
Octal 101 274 330 106 15 0 17 277 102 67
Binary 1000001 10111100 11011000 1000110 1101 0 1111 10111111 1000010 110111

Color Harmonies of #41BCD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41BCD8

Black with #41BCD8

Text Example


Text Example

White with #41BCD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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