Html Css Color HEX #42BEDA Summer Sky

📋 copy color: '#42BEDA'

red 66 ◦ green 190 ◦ blue 218

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

Shades of Summer Sky #42BEDA

Tints of Summer Sky #42BEDA

RGB

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

 GREEN value IS 190 (74.61% from 255) = 40.08%

 BLUE value IS 218 (85.55% from 255) = 45.99%

R = 13.92%
G = 40.08%
B = 45.99%

CMYK

 C value IS 0.70

 M value IS 0.13

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#42BEDA (or 0x42BEDA) is known color: Summer Sky. HEX triplet: 42, BE and DA. RGB value is (66,190,218). Sum of RGB (Red+Green+Blue) = 66+190+218=474 (62% of max value = 765). Red value is 66 (26.17% from 255 or 13.92% from 474); Green value is 190 (74.61% from 255 or 40.08% from 474); Blue value is 218 (85.55% from 255 or 45.99% from 474); Max value from RGB is 218 - color contains mainly: blue. Hex color #42BEDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42BEDA is #BD4125. Grayscale: #9B9B9B. Windows color (decimal): -12402982 or 14335554. OLE color: 14335554.

HSL color Cylindrical-coordinate representation of color #42BEDA: hue angle of 191.05º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42BEDA is Cyan = 0.70, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 66 190 218 -
CMYK 0.70 0.13 0 0.15
HSL 191.05º 0.67% 0.56% -
HSV(B) 191.05º 0.7% 0.85% -
XYZ 33.32 43.05 72.88 -
YUV 156.12 162.92 63.72 -
System Red Green Blue C M Y K H S L
Decimal 66 190 218 0.70 0.13 0 0.15 191.05 0.67 0.56
Hex 42 BE DA 46 D 0 F BF 43 38
Octal 102 276 332 106 15 0 17 277 103 70
Binary 1000010 10111110 11011010 1000110 1101 0 1111 10111111 1000011 111000

Color Harmonies of #42BEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BEDA

Black with #42BEDA

Text Example


Text Example

White with #42BEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,190,218); }

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

background-color css

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

 a { background-color: rgb(66,190,218); }

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

border-color css

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

 span { border-color: rgb(66,190,218); }

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