Html Css Color HEX #42A3EF Summer Sky

📋 copy color: '#42A3EF'

red 66 ◦ green 163 ◦ blue 239

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

Shades of Summer Sky #42A3EF

Tints of Summer Sky #42A3EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 51.07%

R = 14.1%
G = 34.83%
B = 51.07%

CMYK

 C value IS 0.72

 M value IS 0.32

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#42A3EF (or 0x42A3EF) is known color: Summer Sky. HEX triplet: 42, A3 and EF. RGB value is (66,163,239). Sum of RGB (Red+Green+Blue) = 66+163+239=468 (61% of max value = 765). Red value is 66 (26.17% from 255 or 14.10% from 468); Green value is 163 (64.06% from 255 or 34.83% from 468); Blue value is 239 (93.75% from 255 or 51.07% from 468); Max value from RGB is 239 - color contains mainly: blue. Hex color #42A3EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #42A3EF is #BD5C10. Grayscale: #8E8E8E. Windows color (decimal): -12409873 or 15704898. OLE color: 15704898.

HSL color Cylindrical-coordinate representation of color #42A3EF: hue angle of 206.36º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42A3EF is Cyan = 0.72, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 66 163 239 -
CMYK 0.72 0.32 0 0.06
HSL 206.36º 0.84% 0.6% -
HSV(B) 206.36º 0.72% 0.94% -
XYZ 30.92 33.58 86.51 -
YUV 142.66 182.36 73.32 -
System Red Green Blue C M Y K H S L
Decimal 66 163 239 0.72 0.32 0 0.06 206.36 0.84 0.6
Hex 42 A3 EF 48 20 0 6 CE 54 3C
Octal 102 243 357 110 40 0 6 316 124 74
Binary 1000010 10100011 11101111 1001000 100000 0 110 11001110 1010100 111100

Color Harmonies of #42A3EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42A3EF

Black with #42A3EF

Text Example


Text Example

White with #42A3EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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