Html Css Color HEX #3DB1DB Summer Sky

📋 copy color: '#3DB1DB'

red 61 ◦ green 177 ◦ blue 219

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

Shades of Summer Sky #3DB1DB

Tints of Summer Sky #3DB1DB

RGB

 RED value IS 61 (24.22% from 255) = 13.35%

 GREEN value IS 177 (69.53% from 255) = 38.73%

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

R = 13.35%
G = 38.73%
B = 47.92%

CMYK

 C value IS 0.72

 M value IS 0.19

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3DB1DB (or 0x3DB1DB) is known color: Summer Sky. HEX triplet: 3D, B1 and DB. RGB value is (61,177,219). Sum of RGB (Red+Green+Blue) = 61+177+219=457 (60% of max value = 765). Red value is 61 (24.22% from 255 or 13.35% from 457); Green value is 177 (69.53% from 255 or 38.73% from 457); Blue value is 219 (85.94% from 255 or 47.92% from 457); Max value from RGB is 219 - color contains mainly: blue. Hex color #3DB1DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3DB1DB is #C24E24. Grayscale: #929292. Windows color (decimal): -12733989 or 14397757. OLE color: 14397757.

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

Color convert

RGB 61 177 219 -
CMYK 0.72 0.19 0 0.14
HSL 195.95º 0.69% 0.55% -
HSV(B) 195.95º 0.72% 0.86% -
XYZ 30.43 37.55 72.66 -
YUV 147.1 168.57 66.58 -
System Red Green Blue C M Y K H S L
Decimal 61 177 219 0.72 0.19 0 0.14 195.95 0.69 0.55
Hex 3D B1 DB 48 13 0 E C4 45 37
Octal 75 261 333 110 23 0 16 304 105 67
Binary 111101 10110001 11011011 1001000 10011 0 1110 11000100 1000101 110111

Color Harmonies of #3DB1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DB1DB

Black with #3DB1DB

Text Example


Text Example

White with #3DB1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,177,219); }

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

background-color css

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

 a { background-color: rgb(61,177,219); }

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

border-color css

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

 span { border-color: rgb(61,177,219); }

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