Html Css Color HEX #3C99D5 Summer Sky

📋 copy color: '#3C99D5'

red 60 ◦ green 153 ◦ blue 213

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

Shades of Summer Sky #3C99D5

Tints of Summer Sky #3C99D5

RGB

 RED value IS 60 (23.83% from 255) = 14.08%

 GREEN value IS 153 (60.16% from 255) = 35.92%

 BLUE value IS 213 (83.59% from 255) = 50%

R = 14.08%
G = 35.92%
B = 50%

CMYK

 C value IS 0.72

 M value IS 0.28

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#3C99D5 (or 0x3C99D5) is known color: Summer Sky. HEX triplet: 3C, 99 and D5. RGB value is (60,153,213). Sum of RGB (Red+Green+Blue) = 60+153+213=426 (56% of max value = 765). Red value is 60 (23.83% from 255 or 14.08% from 426); Green value is 153 (60.16% from 255 or 35.92% from 426); Blue value is 213 (83.59% from 255 or 50% from 426); Max value from RGB is 213 - color contains mainly: blue. Hex color #3C99D5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3C99D5 is #C3662A. Grayscale: #838383. Windows color (decimal): -12805675 or 13998396. OLE color: 13998396.

HSL color Cylindrical-coordinate representation of color #3C99D5: hue angle of 203.53º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3C99D5 is Cyan = 0.72, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 60 153 213 -
CMYK 0.72 0.28 0 0.16
HSL 203.53º 0.65% 0.54% -
HSV(B) 203.53º 0.72% 0.84% -
XYZ 25.26 28.55 67.13 -
YUV 132.03 173.69 76.62 -
System Red Green Blue C M Y K H S L
Decimal 60 153 213 0.72 0.28 0 0.16 203.53 0.65 0.54
Hex 3C 99 D5 48 1C 0 10 CC 41 36
Octal 74 231 325 110 34 0 20 314 101 66
Binary 111100 10011001 11010101 1001000 11100 0 10000 11001100 1000001 110110

Color Harmonies of #3C99D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C99D5

Black with #3C99D5

Text Example


Text Example

White with #3C99D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3C99D5; }

 p { color: rgb(60,153,213); }

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

background-color css

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

 a { background-color: rgb(60,153,213); }

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

border-color css

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

 span { border-color: rgb(60,153,213); }

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