Html Css Color HEX #42BCFB Summer Sky

📋 copy color: '#42BCFB'

red 66 ◦ green 188 ◦ blue 251

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

Shades of Summer Sky #42BCFB

Tints of Summer Sky #42BCFB

RGB

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

 GREEN value IS 188 (73.83% from 255) = 37.23%

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

R = 13.07%
G = 37.23%
B = 49.7%

CMYK

 C value IS 0.74

 M value IS 0.25

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#42BCFB (or 0x42BCFB) is known color: Summer Sky. HEX triplet: 42, BC and FB. RGB value is (66,188,251). Sum of RGB (Red+Green+Blue) = 66+188+251=505 (66% of max value = 765). Red value is 66 (26.17% from 255 or 13.07% from 505); Green value is 188 (73.83% from 255 or 37.23% from 505); Blue value is 251 (98.44% from 255 or 49.70% from 505); Max value from RGB is 251 - color contains mainly: blue. Hex color #42BCFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42BCFB is #BD4304. Grayscale: #9E9E9E. Windows color (decimal): -12403461 or 16497730. OLE color: 16497730.

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

Color convert

RGB 66 188 251 -
CMYK 0.74 0.25 0 0.02
HSL 200.43º 0.96% 0.62% -
HSV(B) 200.43º 0.74% 0.98% -
XYZ 37.64 44.09 97.79 -
YUV 158.7 180.08 61.88 -
System Red Green Blue C M Y K H S L
Decimal 66 188 251 0.74 0.25 0 0.02 200.43 0.96 0.62
Hex 42 BC FB 4A 19 0 2 C8 60 3E
Octal 102 274 373 112 31 0 2 310 140 76
Binary 1000010 10111100 11111011 1001010 11001 0 10 11001000 1100000 111110

Color Harmonies of #42BCFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BCFB

Black with #42BCFB

Text Example


Text Example

White with #42BCFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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