Html Css Color HEX #42BAFB Summer Sky

📋 copy color: '#42BAFB'

red 66 ◦ green 186 ◦ blue 251

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

Shades of Summer Sky #42BAFB

Tints of Summer Sky #42BAFB

RGB

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

 GREEN value IS 186 (73.05% from 255) = 36.98%

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

R = 13.12%
G = 36.98%
B = 49.9%

CMYK

 C value IS 0.74

 M value IS 0.26

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#42BAFB (or 0x42BAFB) is known color: Summer Sky. HEX triplet: 42, BA and FB. RGB value is (66,186,251). Sum of RGB (Red+Green+Blue) = 66+186+251=503 (66% of max value = 765). Red value is 66 (26.17% from 255 or 13.12% from 503); Green value is 186 (73.05% from 255 or 36.98% from 503); Blue value is 251 (98.44% from 255 or 49.90% from 503); Max value from RGB is 251 - color contains mainly: blue. Hex color #42BAFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42BAFB is #BD4504. Grayscale: #9D9D9D. Windows color (decimal): -12403973 or 16497218. OLE color: 16497218.

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

Color convert

RGB 66 186 251 -
CMYK 0.74 0.26 0 0.02
HSL 201.08º 0.96% 0.62% -
HSV(B) 201.08º 0.74% 0.98% -
XYZ 37.22 43.24 97.65 -
YUV 157.53 180.74 62.71 -
System Red Green Blue C M Y K H S L
Decimal 66 186 251 0.74 0.26 0 0.02 201.08 0.96 0.62
Hex 42 BA FB 4A 1A 0 2 C9 60 3E
Octal 102 272 373 112 32 0 2 311 140 76
Binary 1000010 10111010 11111011 1001010 11010 0 10 11001001 1100000 111110

Color Harmonies of #42BAFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BAFB

Black with #42BAFB

Text Example


Text Example

White with #42BAFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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