Html Css Color HEX #42BCFA Summer Sky

📋 copy color: '#42BCFA'

red 66 ◦ green 188 ◦ blue 250

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

Shades of Summer Sky #42BCFA

Tints of Summer Sky #42BCFA

RGB

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

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

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

R = 13.1%
G = 37.3%
B = 49.6%

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

#42BCFA (or 0x42BCFA) is known color: Summer Sky. HEX triplet: 42, BC and FA. RGB value is (66,188,250). Sum of RGB (Red+Green+Blue) = 66+188+250=504 (66% of max value = 765). Red value is 66 (26.17% from 255 or 13.10% from 504); Green value is 188 (73.83% from 255 or 37.30% from 504); Blue value is 250 (98.05% from 255 or 49.60% from 504); Max value from RGB is 250 - color contains mainly: blue. Hex color #42BCFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42BCFA is #BD4305. Grayscale: #9E9E9E. Windows color (decimal): -12403462 or 16432194. OLE color: 16432194.

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

Color convert

RGB 66 188 250 -
CMYK 0.74 0.25 0 0.02
HSL 200.22º 0.95% 0.62% -
HSV(B) 200.22º 0.74% 0.98% -
XYZ 37.49 44.03 96.96 -
YUV 158.59 179.58 61.96 -
System Red Green Blue C M Y K H S L
Decimal 66 188 250 0.74 0.25 0 0.02 200.22 0.95 0.62
Hex 42 BC FA 4A 19 0 2 C8 5F 3E
Octal 102 274 372 112 31 0 2 310 137 76
Binary 1000010 10111100 11111010 1001010 11001 0 10 11001000 1011111 111110

Color Harmonies of #42BCFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BCFA

Black with #42BCFA

Text Example


Text Example

White with #42BCFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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