Html Css Color HEX #42D3FA Summer Sky

📋 copy color: '#42D3FA'

red 66 ◦ green 211 ◦ blue 250

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

Shades of Summer Sky #42D3FA

Tints of Summer Sky #42D3FA

RGB

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

 GREEN value IS 211 (82.81% from 255) = 40.04%

 BLUE value IS 250 (98.05% from 255) = 47.44%

R = 12.52%
G = 40.04%
B = 47.44%

CMYK

 C value IS 0.74

 M value IS 0.16

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#42D3FA (or 0x42D3FA) is known color: Summer Sky. HEX triplet: 42, D3 and FA. RGB value is (66,211,250). Sum of RGB (Red+Green+Blue) = 66+211+250=527 (69% of max value = 765). Red value is 66 (26.17% from 255 or 12.52% from 527); Green value is 211 (82.81% from 255 or 40.04% from 527); Blue value is 250 (98.05% from 255 or 47.44% from 527); Max value from RGB is 250 - color contains mainly: blue. Hex color #42D3FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42D3FA is #BD2C05. Grayscale: #ABABAB. Windows color (decimal): -12397574 or 16438082. OLE color: 16438082.

HSL color Cylindrical-coordinate representation of color #42D3FA: hue angle of 192.72º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42D3FA is Cyan = 0.74, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 66 211 250 -
CMYK 0.74 0.16 0 0.02
HSL 192.72º 0.95% 0.62% -
HSV(B) 192.72º 0.74% 0.98% -
XYZ 42.8 54.65 98.74 -
YUV 172.09 171.96 52.33 -
System Red Green Blue C M Y K H S L
Decimal 66 211 250 0.74 0.16 0 0.02 192.72 0.95 0.62
Hex 42 D3 FA 4A 10 0 2 C1 5F 3E
Octal 102 323 372 112 20 0 2 301 137 76
Binary 1000010 11010011 11111010 1001010 10000 0 10 11000001 1011111 111110

Color Harmonies of #42D3FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42D3FA

Black with #42D3FA

Text Example


Text Example

White with #42D3FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,211,250); }

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

background-color css

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

 a { background-color: rgb(66,211,250); }

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

border-color css

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

 span { border-color: rgb(66,211,250); }

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