Html Css Color HEX #42CEF7 Summer Sky

📋 copy color: '#42CEF7'

red 66 ◦ green 206 ◦ blue 247

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

Shades of Summer Sky #42CEF7

Tints of Summer Sky #42CEF7

RGB

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

 GREEN value IS 206 (80.86% from 255) = 39.69%

 BLUE value IS 247 (96.88% from 255) = 47.59%

R = 12.72%
G = 39.69%
B = 47.59%

CMYK

 C value IS 0.73

 M value IS 0.17

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#42CEF7 (or 0x42CEF7) is known color: Summer Sky. HEX triplet: 42, CE and F7. RGB value is (66,206,247). Sum of RGB (Red+Green+Blue) = 66+206+247=519 (68% of max value = 765). Red value is 66 (26.17% from 255 or 12.72% from 519); Green value is 206 (80.86% from 255 or 39.69% from 519); Blue value is 247 (96.88% from 255 or 47.59% from 519); Max value from RGB is 247 - color contains mainly: blue. Hex color #42CEF7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42CEF7 is #BD3108. Grayscale: #A8A8A8. Windows color (decimal): -12398857 or 16240194. OLE color: 16240194.

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

Color convert

RGB 66 206 247 -
CMYK 0.73 0.17 0 0.03
HSL 193.59º 0.92% 0.61% -
HSV(B) 193.59º 0.73% 0.97% -
XYZ 41.11 52.02 95.87 -
YUV 168.81 172.12 54.67 -
System Red Green Blue C M Y K H S L
Decimal 66 206 247 0.73 0.17 0 0.03 193.59 0.92 0.61
Hex 42 CE F7 49 11 0 3 C2 5C 3D
Octal 102 316 367 111 21 0 3 302 134 75
Binary 1000010 11001110 11110111 1001001 10001 0 11 11000010 1011100 111101

Color Harmonies of #42CEF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42CEF7

Black with #42CEF7

Text Example


Text Example

White with #42CEF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,206,247); }

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

background-color css

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

 a { background-color: rgb(66,206,247); }

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

border-color css

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

 span { border-color: rgb(66,206,247); }

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