Html Css Color HEX #42B5FB Summer Sky

📋 copy color: '#42B5FB'

red 66 ◦ green 181 ◦ blue 251

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

Shades of Summer Sky #42B5FB

Tints of Summer Sky #42B5FB

RGB

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

 GREEN value IS 181 (71.09% from 255) = 36.35%

 BLUE value IS 251 (98.44% from 255) = 50.4%

R = 13.25%
G = 36.35%
B = 50.4%

CMYK

 C value IS 0.74

 M value IS 0.28

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#42B5FB (or 0x42B5FB) is known color: Summer Sky. HEX triplet: 42, B5 and FB. RGB value is (66,181,251). Sum of RGB (Red+Green+Blue) = 66+181+251=498 (65% of max value = 765). Red value is 66 (26.17% from 255 or 13.25% from 498); Green value is 181 (71.09% from 255 or 36.35% from 498); Blue value is 251 (98.44% from 255 or 50.40% from 498); Max value from RGB is 251 - color contains mainly: blue. Hex color #42B5FB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42B5FB is #BD4A04. Grayscale: #9A9A9A. Windows color (decimal): -12405253 or 16495938. OLE color: 16495938.

HSL color Cylindrical-coordinate representation of color #42B5FB: hue angle of 202.7º degrees, saturation: 0.96, 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 #42B5FB is Cyan = 0.74, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 66 181 251 -
CMYK 0.74 0.28 0 0.02
HSL 202.7º 0.96% 0.62% -
HSV(B) 202.7º 0.74% 0.98% -
XYZ 36.18 41.17 97.31 -
YUV 154.6 182.4 64.81 -
System Red Green Blue C M Y K H S L
Decimal 66 181 251 0.74 0.28 0 0.02 202.7 0.96 0.62
Hex 42 B5 FB 4A 1C 0 2 CB 60 3E
Octal 102 265 373 112 34 0 2 313 140 76
Binary 1000010 10110101 11111011 1001010 11100 0 10 11001011 1100000 111110

Color Harmonies of #42B5FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B5FB

Black with #42B5FB

Text Example


Text Example

White with #42B5FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,181,251); }

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

background-color css

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

 a { background-color: rgb(66,181,251); }

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

border-color css

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

 span { border-color: rgb(66,181,251); }

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