Html Css Color HEX #42BAEA Summer Sky

📋 copy color: '#42BAEA'

red 66 ◦ green 186 ◦ blue 234

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

Shades of Summer Sky #42BAEA

Tints of Summer Sky #42BAEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 48.15%

R = 13.58%
G = 38.27%
B = 48.15%

CMYK

 C value IS 0.72

 M value IS 0.21

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#42BAEA (or 0x42BAEA) is known color: Summer Sky. HEX triplet: 42, BA and EA. RGB value is (66,186,234). Sum of RGB (Red+Green+Blue) = 66+186+234=486 (64% of max value = 765). Red value is 66 (26.17% from 255 or 13.58% from 486); Green value is 186 (73.05% from 255 or 38.27% from 486); Blue value is 234 (91.80% from 255 or 48.15% from 486); Max value from RGB is 234 - color contains mainly: blue. Hex color #42BAEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42BAEA is #BD4515. Grayscale: #9B9B9B. Windows color (decimal): -12403990 or 15383106. OLE color: 15383106.

HSL color Cylindrical-coordinate representation of color #42BAEA: hue angle of 197.14º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42BAEA is Cyan = 0.72, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 66 186 234 -
CMYK 0.72 0.21 0 0.08
HSL 197.14º 0.8% 0.59% -
HSV(B) 197.14º 0.72% 0.92% -
XYZ 34.66 42.22 84.16 -
YUV 155.59 172.24 64.1 -
System Red Green Blue C M Y K H S L
Decimal 66 186 234 0.72 0.21 0 0.08 197.14 0.8 0.59
Hex 42 BA EA 48 15 0 8 C5 50 3B
Octal 102 272 352 110 25 0 10 305 120 73
Binary 1000010 10111010 11101010 1001000 10101 0 1000 11000101 1010000 111011

Color Harmonies of #42BAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BAEA

Black with #42BAEA

Text Example


Text Example

White with #42BAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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