Html Css Color HEX #3DADF2 Summer Sky

📋 copy color: '#3DADF2'

red 61 ◦ green 173 ◦ blue 242

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

Shades of Summer Sky #3DADF2

Tints of Summer Sky #3DADF2

RGB

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

 GREEN value IS 173 (67.97% from 255) = 36.34%

 BLUE value IS 242 (94.92% from 255) = 50.84%

R = 12.82%
G = 36.34%
B = 50.84%

CMYK

 C value IS 0.75

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#3DADF2 (or 0x3DADF2) is known color: Summer Sky. HEX triplet: 3D, AD and F2. RGB value is (61,173,242). Sum of RGB (Red+Green+Blue) = 61+173+242=476 (63% of max value = 765). Red value is 61 (24.22% from 255 or 12.82% from 476); Green value is 173 (67.97% from 255 or 36.34% from 476); Blue value is 242 (94.92% from 255 or 50.84% from 476); Max value from RGB is 242 - color contains mainly: blue. Hex color #3DADF2 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3DADF2 is #C2520D. Grayscale: #929292. Windows color (decimal): -12734990 or 15904061. OLE color: 15904061.

HSL color Cylindrical-coordinate representation of color #3DADF2: hue angle of 202.87º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DADF2 is Cyan = 0.75, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 61 173 242 -
CMYK 0.75 0.29 0 0.05
HSL 202.87º 0.87% 0.59% -
HSV(B) 202.87º 0.75% 0.95% -
XYZ 32.9 37.29 89.47 -
YUV 147.38 181.39 66.39 -
System Red Green Blue C M Y K H S L
Decimal 61 173 242 0.75 0.29 0 0.05 202.87 0.87 0.59
Hex 3D AD F2 4B 1D 0 5 CB 57 3B
Octal 75 255 362 113 35 0 5 313 127 73
Binary 111101 10101101 11110010 1001011 11101 0 101 11001011 1010111 111011

Color Harmonies of #3DADF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DADF2

Black with #3DADF2

Text Example


Text Example

White with #3DADF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,173,242); }

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

background-color css

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

 a { background-color: rgb(61,173,242); }

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

border-color css

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

 span { border-color: rgb(61,173,242); }

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