Html Css Color HEX #42A3DB Summer Sky

📋 copy color: '#42A3DB'

red 66 ◦ green 163 ◦ blue 219

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

Shades of Summer Sky #42A3DB

Tints of Summer Sky #42A3DB

RGB

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

 GREEN value IS 163 (64.06% from 255) = 36.38%

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

R = 14.73%
G = 36.38%
B = 48.88%

CMYK

 C value IS 0.70

 M value IS 0.26

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#42A3DB (or 0x42A3DB) is known color: Summer Sky. HEX triplet: 42, A3 and DB. RGB value is (66,163,219). Sum of RGB (Red+Green+Blue) = 66+163+219=448 (59% of max value = 765). Red value is 66 (26.17% from 255 or 14.73% from 448); Green value is 163 (64.06% from 255 or 36.38% from 448); Blue value is 219 (85.94% from 255 or 48.88% from 448); Max value from RGB is 219 - color contains mainly: blue. Hex color #42A3DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #42A3DB is #BD5C24. Grayscale: #8C8C8C. Windows color (decimal): -12409893 or 14394178. OLE color: 14394178.

HSL color Cylindrical-coordinate representation of color #42A3DB: hue angle of 201.96º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42A3DB is Cyan = 0.70, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 66 163 219 -
CMYK 0.70 0.26 0 0.14
HSL 201.96º 0.68% 0.56% -
HSV(B) 201.96º 0.7% 0.86% -
XYZ 28.13 32.47 71.8 -
YUV 140.38 172.36 74.95 -
System Red Green Blue C M Y K H S L
Decimal 66 163 219 0.70 0.26 0 0.14 201.96 0.68 0.56
Hex 42 A3 DB 46 1A 0 E CA 44 38
Octal 102 243 333 106 32 0 16 312 104 70
Binary 1000010 10100011 11011011 1000110 11010 0 1110 11001010 1000100 111000

Color Harmonies of #42A3DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42A3DB

Black with #42A3DB

Text Example


Text Example

White with #42A3DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,163,219); }

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

background-color css

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

 a { background-color: rgb(66,163,219); }

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

border-color css

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

 span { border-color: rgb(66,163,219); }

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