Html Css Color HEX #42ADFD Summer Sky

📋 copy color: '#42ADFD'

red 66 ◦ green 173 ◦ blue 253

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

Shades of Summer Sky #42ADFD

Tints of Summer Sky #42ADFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 51.42%

R = 13.41%
G = 35.16%
B = 51.42%

CMYK

 C value IS 0.74

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#42ADFD (or 0x42ADFD) is known color: Summer Sky. HEX triplet: 42, AD and FD. RGB value is (66,173,253). Sum of RGB (Red+Green+Blue) = 66+173+253=492 (65% of max value = 765). Red value is 66 (26.17% from 255 or 13.41% from 492); Green value is 173 (67.97% from 255 or 35.16% from 492); Blue value is 253 (99.22% from 255 or 51.42% from 492); Max value from RGB is 253 - color contains mainly: blue. Hex color #42ADFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #42ADFD is #BD5202. Grayscale: #959595. Windows color (decimal): -12407299 or 16624962. OLE color: 16624962.

HSL color Cylindrical-coordinate representation of color #42ADFD: hue angle of 205.67º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42ADFD is Cyan = 0.74, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 66 173 253 -
CMYK 0.74 0.32 0 0.01
HSL 205.67º 0.98% 0.63% -
HSV(B) 205.67º 0.74% 0.99% -
XYZ 34.92 38.14 98.45 -
YUV 150.13 186.05 68 -
System Red Green Blue C M Y K H S L
Decimal 66 173 253 0.74 0.32 0 0.01 205.67 0.98 0.63
Hex 42 AD FD 4A 20 0 1 CE 62 3F
Octal 102 255 375 112 40 0 1 316 142 77
Binary 1000010 10101101 11111101 1001010 100000 0 1 11001110 1100010 111111

Color Harmonies of #42ADFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42ADFD

Black with #42ADFD

Text Example


Text Example

White with #42ADFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,173,253); }

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

background-color css

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

 a { background-color: rgb(66,173,253); }

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

border-color css

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

 span { border-color: rgb(66,173,253); }

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