Html Css Color HEX #3CB8DB Summer Sky

📋 copy color: '#3CB8DB'

red 60 ◦ green 184 ◦ blue 219

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

Shades of Summer Sky #3CB8DB

Tints of Summer Sky #3CB8DB

RGB

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

 GREEN value IS 184 (72.27% from 255) = 39.74%

 BLUE value IS 219 (85.94% from 255) = 47.3%

R = 12.96%
G = 39.74%
B = 47.3%

CMYK

 C value IS 0.73

 M value IS 0.16

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3CB8DB (or 0x3CB8DB) is known color: Summer Sky. HEX triplet: 3C, B8 and DB. RGB value is (60,184,219). Sum of RGB (Red+Green+Blue) = 60+184+219=463 (61% of max value = 765). Red value is 60 (23.83% from 255 or 12.96% from 463); Green value is 184 (72.27% from 255 or 39.74% from 463); Blue value is 219 (85.94% from 255 or 47.30% from 463); Max value from RGB is 219 - color contains mainly: blue. Hex color #3CB8DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CB8DB is #C34724. Grayscale: #969696. Windows color (decimal): -12797733 or 14399548. OLE color: 14399548.

HSL color Cylindrical-coordinate representation of color #3CB8DB: hue angle of 193.21º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3CB8DB is Cyan = 0.73, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 60 184 219 -
CMYK 0.73 0.16 0 0.14
HSL 193.21º 0.69% 0.55% -
HSV(B) 193.21º 0.73% 0.86% -
XYZ 31.79 40.36 73.13 -
YUV 150.91 166.42 63.15 -
System Red Green Blue C M Y K H S L
Decimal 60 184 219 0.73 0.16 0 0.14 193.21 0.69 0.55
Hex 3C B8 DB 49 10 0 E C1 45 37
Octal 74 270 333 111 20 0 16 301 105 67
Binary 111100 10111000 11011011 1001001 10000 0 1110 11000001 1000101 110111

Color Harmonies of #3CB8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CB8DB

Black with #3CB8DB

Text Example


Text Example

White with #3CB8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,184,219); }

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

background-color css

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

 a { background-color: rgb(60,184,219); }

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

border-color css

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

 span { border-color: rgb(60,184,219); }

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