Html Css Color HEX #3DAFDB Summer Sky

📋 copy color: '#3DAFDB'

red 61 ◦ green 175 ◦ blue 219

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

Shades of Summer Sky #3DAFDB

Tints of Summer Sky #3DAFDB

RGB

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

 GREEN value IS 175 (68.75% from 255) = 38.46%

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

R = 13.41%
G = 38.46%
B = 48.13%

CMYK

 C value IS 0.72

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3DAFDB (or 0x3DAFDB) is known color: Summer Sky. HEX triplet: 3D, AF and DB. RGB value is (61,175,219). Sum of RGB (Red+Green+Blue) = 61+175+219=455 (60% of max value = 765). Red value is 61 (24.22% from 255 or 13.41% from 455); Green value is 175 (68.75% from 255 or 38.46% from 455); Blue value is 219 (85.94% from 255 or 48.13% from 455); Max value from RGB is 219 - color contains mainly: blue. Hex color #3DAFDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3DAFDB is #C25024. Grayscale: #919191. Windows color (decimal): -12734501 or 14397245. OLE color: 14397245.

HSL color Cylindrical-coordinate representation of color #3DAFDB: hue angle of 196.71º 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 #3DAFDB is Cyan = 0.72, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 61 175 219 -
CMYK 0.72 0.20 0 0.14
HSL 196.71º 0.69% 0.55% -
HSV(B) 196.71º 0.72% 0.86% -
XYZ 30.04 36.77 72.53 -
YUV 145.93 169.23 67.42 -
System Red Green Blue C M Y K H S L
Decimal 61 175 219 0.72 0.20 0 0.14 196.71 0.69 0.55
Hex 3D AF DB 48 14 0 E C5 45 37
Octal 75 257 333 110 24 0 16 305 105 67
Binary 111101 10101111 11011011 1001000 10100 0 1110 11000101 1000101 110111

Color Harmonies of #3DAFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DAFDB

Black with #3DAFDB

Text Example


Text Example

White with #3DAFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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