Html Css Color HEX #42B2F3 Summer Sky

📋 copy color: '#42B2F3'

red 66 ◦ green 178 ◦ blue 243

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

Shades of Summer Sky #42B2F3

Tints of Summer Sky #42B2F3

RGB

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

 GREEN value IS 178 (69.92% from 255) = 36.55%

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

R = 13.55%
G = 36.55%
B = 49.9%

CMYK

 C value IS 0.73

 M value IS 0.27

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#42B2F3 (or 0x42B2F3) is known color: Summer Sky. HEX triplet: 42, B2 and F3. RGB value is (66,178,243). Sum of RGB (Red+Green+Blue) = 66+178+243=487 (64% of max value = 765). Red value is 66 (26.17% from 255 or 13.55% from 487); Green value is 178 (69.92% from 255 or 36.55% from 487); Blue value is 243 (95.31% from 255 or 49.90% from 487); Max value from RGB is 243 - color contains mainly: blue. Hex color #42B2F3 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #42B2F3 is #BD4D0C. Grayscale: #979797. Windows color (decimal): -12406029 or 15970882. OLE color: 15970882.

HSL color Cylindrical-coordinate representation of color #42B2F3: hue angle of 202.03º 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 #42B2F3 is Cyan = 0.73, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 66 178 243 -
CMYK 0.73 0.27 0 0.05
HSL 202.03º 0.88% 0.61% -
HSV(B) 202.03º 0.73% 0.95% -
XYZ 34.34 39.47 90.6 -
YUV 151.92 179.39 66.71 -
System Red Green Blue C M Y K H S L
Decimal 66 178 243 0.73 0.27 0 0.05 202.03 0.88 0.61
Hex 42 B2 F3 49 1B 0 5 CA 58 3D
Octal 102 262 363 111 33 0 5 312 130 75
Binary 1000010 10110010 11110011 1001001 11011 0 101 11001010 1011000 111101

Color Harmonies of #42B2F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B2F3

Black with #42B2F3

Text Example


Text Example

White with #42B2F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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