Html Css Color HEX #42ACF3 Summer Sky

📋 copy color: '#42ACF3'

red 66 ◦ green 172 ◦ blue 243

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

Shades of Summer Sky #42ACF3

Tints of Summer Sky #42ACF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 50.52%

R = 13.72%
G = 35.76%
B = 50.52%

CMYK

 C value IS 0.73

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#42ACF3 (or 0x42ACF3) is known color: Summer Sky. HEX triplet: 42, AC and F3. RGB value is (66,172,243). Sum of RGB (Red+Green+Blue) = 66+172+243=481 (63% of max value = 765). Red value is 66 (26.17% from 255 or 13.72% from 481); Green value is 172 (67.58% from 255 or 35.76% from 481); Blue value is 243 (95.31% from 255 or 50.52% from 481); Max value from RGB is 243 - color contains mainly: blue. Hex color #42ACF3 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #42ACF3 is #BD530C. Grayscale: #949494. Windows color (decimal): -12407565 or 15969346. OLE color: 15969346.

HSL color Cylindrical-coordinate representation of color #42ACF3: hue angle of 204.07º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42ACF3 is Cyan = 0.73, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 66 172 243 -
CMYK 0.73 0.29 0 0.05
HSL 204.07º 0.88% 0.61% -
HSV(B) 204.07º 0.73% 0.95% -
XYZ 33.18 37.13 90.21 -
YUV 148.4 181.38 69.23 -
System Red Green Blue C M Y K H S L
Decimal 66 172 243 0.73 0.29 0 0.05 204.07 0.88 0.61
Hex 42 AC F3 49 1D 0 5 CC 58 3D
Octal 102 254 363 111 35 0 5 314 130 75
Binary 1000010 10101100 11110011 1001001 11101 0 101 11001100 1011000 111101

Color Harmonies of #42ACF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42ACF3

Black with #42ACF3

Text Example


Text Example

White with #42ACF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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