Html Css Color HEX #42B0FA Summer Sky

📋 copy color: '#42B0FA'

red 66 ◦ green 176 ◦ blue 250

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

Shades of Summer Sky #42B0FA

Tints of Summer Sky #42B0FA

RGB

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

 GREEN value IS 176 (69.14% from 255) = 35.77%

 BLUE value IS 250 (98.05% from 255) = 50.81%

R = 13.41%
G = 35.77%
B = 50.81%

CMYK

 C value IS 0.74

 M value IS 0.30

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#42B0FA (or 0x42B0FA) is known color: Summer Sky. HEX triplet: 42, B0 and FA. RGB value is (66,176,250). Sum of RGB (Red+Green+Blue) = 66+176+250=492 (65% of max value = 765). Red value is 66 (26.17% from 255 or 13.41% from 492); Green value is 176 (69.14% from 255 or 35.77% from 492); Blue value is 250 (98.05% from 255 or 50.81% from 492); Max value from RGB is 250 - color contains mainly: blue. Hex color #42B0FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #42B0FA is #BD4F05. Grayscale: #979797. Windows color (decimal): -12406534 or 16429122. OLE color: 16429122.

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

Color convert

RGB 66 176 250 -
CMYK 0.74 0.30 0 0.02
HSL 204.13º 0.95% 0.62% -
HSV(B) 204.13º 0.74% 0.98% -
XYZ 35.03 39.11 96.15 -
YUV 151.55 183.56 66.98 -
System Red Green Blue C M Y K H S L
Decimal 66 176 250 0.74 0.30 0 0.02 204.13 0.95 0.62
Hex 42 B0 FA 4A 1E 0 2 CC 5F 3E
Octal 102 260 372 112 36 0 2 314 137 76
Binary 1000010 10110000 11111010 1001010 11110 0 10 11001100 1011111 111110

Color Harmonies of #42B0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B0FA

Black with #42B0FA

Text Example


Text Example

White with #42B0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,176,250); }

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

background-color css

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

 a { background-color: rgb(66,176,250); }

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

border-color css

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

 span { border-color: rgb(66,176,250); }

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