Html Css Color HEX #42AED7 Summer Sky

📋 copy color: '#42AED7'

red 66 ◦ green 174 ◦ blue 215

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

Shades of Summer Sky #42AED7

Tints of Summer Sky #42AED7

RGB

 RED value IS 66 (26.17% from 255) = 14.51%

 GREEN value IS 174 (68.36% from 255) = 38.24%

 BLUE value IS 215 (84.38% from 255) = 47.25%

R = 14.51%
G = 38.24%
B = 47.25%

CMYK

 C value IS 0.69

 M value IS 0.19

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#42AED7 (or 0x42AED7) is known color: Summer Sky. HEX triplet: 42, AE and D7. RGB value is (66,174,215). Sum of RGB (Red+Green+Blue) = 66+174+215=455 (60% of max value = 765). Red value is 66 (26.17% from 255 or 14.51% from 455); Green value is 174 (68.36% from 255 or 38.24% from 455); Blue value is 215 (84.38% from 255 or 47.25% from 455); Max value from RGB is 215 - color contains mainly: blue. Hex color #42AED7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #42AED7 is #BD5128. Grayscale: #929292. Windows color (decimal): -12407081 or 14134850. OLE color: 14134850.

HSL color Cylindrical-coordinate representation of color #42AED7: hue angle of 196.51º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42AED7 is Cyan = 0.69, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 66 174 215 -
CMYK 0.69 0.19 0 0.16
HSL 196.51º 0.65% 0.55% -
HSV(B) 196.51º 0.69% 0.84% -
XYZ 29.65 36.34 69.74 -
YUV 146.38 166.72 70.67 -
System Red Green Blue C M Y K H S L
Decimal 66 174 215 0.69 0.19 0 0.16 196.51 0.65 0.55
Hex 42 AE D7 45 13 0 10 C5 41 37
Octal 102 256 327 105 23 0 20 305 101 67
Binary 1000010 10101110 11010111 1000101 10011 0 10000 11000101 1000001 110111

Color Harmonies of #42AED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42AED7

Black with #42AED7

Text Example


Text Example

White with #42AED7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42AED7; }

 p { color: rgb(66,174,215); }

 H1.HeaderClassName
 {
   color: #42AED7;
 }
 .AnyTagClassName
 {
   color: #42AED7;
 }
</style>

background-color css

<style>
 a { background-color: #42AED7; }

 a { background-color: rgb(66,174,215); }

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

border-color css

<style>
 span { border-color: #42AED7; }

 span { border-color: rgb(66,174,215); }

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