Html Css Color HEX #42ACF9 Summer Sky

📋 copy color: '#42ACF9'

red 66 ◦ green 172 ◦ blue 249

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

Shades of Summer Sky #42ACF9

Tints of Summer Sky #42ACF9

RGB

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

 GREEN value IS 172 (67.58% from 255) = 35.32%

 BLUE value IS 249 (97.66% from 255) = 51.13%

R = 13.55%
G = 35.32%
B = 51.13%

CMYK

 C value IS 0.73

 M value IS 0.31

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#42ACF9 (or 0x42ACF9) is known color: Summer Sky. HEX triplet: 42, AC and F9. RGB value is (66,172,249). Sum of RGB (Red+Green+Blue) = 66+172+249=487 (64% of max value = 765). Red value is 66 (26.17% from 255 or 13.55% from 487); Green value is 172 (67.58% from 255 or 35.32% from 487); Blue value is 249 (97.66% from 255 or 51.13% from 487); Max value from RGB is 249 - color contains mainly: blue. Hex color #42ACF9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #42ACF9 is #BD5306. Grayscale: #949494. Windows color (decimal): -12407559 or 16362562. OLE color: 16362562.

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

Color convert

RGB 66 172 249 -
CMYK 0.73 0.31 0 0.02
HSL 205.25º 0.94% 0.62% -
HSV(B) 205.25º 0.73% 0.98% -
XYZ 34.1 37.5 95.06 -
YUV 149.08 184.38 68.74 -
System Red Green Blue C M Y K H S L
Decimal 66 172 249 0.73 0.31 0 0.02 205.25 0.94 0.62
Hex 42 AC F9 49 1F 0 2 CD 5E 3E
Octal 102 254 371 111 37 0 2 315 136 76
Binary 1000010 10101100 11111001 1001001 11111 0 10 11001101 1011110 111110

Color Harmonies of #42ACF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42ACF9

Black with #42ACF9

Text Example


Text Example

White with #42ACF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,172,249); }

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

background-color css

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

 a { background-color: rgb(66,172,249); }

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

border-color css

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

 span { border-color: rgb(66,172,249); }

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