Html Css Color HEX #42C0F8 Summer Sky

📋 copy color: '#42C0F8'

red 66 ◦ green 192 ◦ blue 248

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

Shades of Summer Sky #42C0F8

Tints of Summer Sky #42C0F8

RGB

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

 GREEN value IS 192 (75.39% from 255) = 37.94%

 BLUE value IS 248 (97.27% from 255) = 49.01%

R = 13.04%
G = 37.94%
B = 49.01%

CMYK

 C value IS 0.73

 M value IS 0.23

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#42C0F8 (or 0x42C0F8) is known color: Summer Sky. HEX triplet: 42, C0 and F8. RGB value is (66,192,248). Sum of RGB (Red+Green+Blue) = 66+192+248=506 (67% of max value = 765). Red value is 66 (26.17% from 255 or 13.04% from 506); Green value is 192 (75.39% from 255 or 37.94% from 506); Blue value is 248 (97.27% from 255 or 49.01% from 506); Max value from RGB is 248 - color contains mainly: blue. Hex color #42C0F8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42C0F8 is #BD3F07. Grayscale: #A0A0A0. Windows color (decimal): -12402440 or 16302146. OLE color: 16302146.

HSL color Cylindrical-coordinate representation of color #42C0F8: hue angle of 198.46º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42C0F8 is Cyan = 0.73, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 66 192 248 -
CMYK 0.73 0.23 0 0.03
HSL 198.46º 0.93% 0.62% -
HSV(B) 198.46º 0.73% 0.97% -
XYZ 38.04 45.63 95.61 -
YUV 160.71 177.26 60.45 -
System Red Green Blue C M Y K H S L
Decimal 66 192 248 0.73 0.23 0 0.03 198.46 0.93 0.62
Hex 42 C0 F8 49 17 0 3 C6 5D 3E
Octal 102 300 370 111 27 0 3 306 135 76
Binary 1000010 11000000 11111000 1001001 10111 0 11 11000110 1011101 111110

Color Harmonies of #42C0F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C0F8

Black with #42C0F8

Text Example


Text Example

White with #42C0F8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,192,248); }

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

background-color css

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

 a { background-color: rgb(66,192,248); }

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

border-color css

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

 span { border-color: rgb(66,192,248); }

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