Html Css Color HEX #42BFDA Summer Sky

📋 copy color: '#42BFDA'

red 66 ◦ green 191 ◦ blue 218

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

Shades of Summer Sky #42BFDA

Tints of Summer Sky #42BFDA

RGB

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

 GREEN value IS 191 (75% from 255) = 40.21%

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

R = 13.89%
G = 40.21%
B = 45.89%

CMYK

 C value IS 0.70

 M value IS 0.12

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#42BFDA (or 0x42BFDA) is known color: Summer Sky. HEX triplet: 42, BF and DA. RGB value is (66,191,218). Sum of RGB (Red+Green+Blue) = 66+191+218=475 (62% of max value = 765). Red value is 66 (26.17% from 255 or 13.89% from 475); Green value is 191 (75% from 255 or 40.21% from 475); Blue value is 218 (85.55% from 255 or 45.89% from 475); Max value from RGB is 218 - color contains mainly: blue. Hex color #42BFDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42BFDA is #BD4025. Grayscale: #9C9C9C. Windows color (decimal): -12402726 or 14335810. OLE color: 14335810.

HSL color Cylindrical-coordinate representation of color #42BFDA: hue angle of 190.66º 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 #42BFDA is Cyan = 0.70, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 66 191 218 -
CMYK 0.70 0.12 0 0.15
HSL 190.66º 0.67% 0.56% -
HSV(B) 190.66º 0.7% 0.85% -
XYZ 33.53 43.48 72.96 -
YUV 156.7 162.59 63.3 -
System Red Green Blue C M Y K H S L
Decimal 66 191 218 0.70 0.12 0 0.15 190.66 0.67 0.56
Hex 42 BF DA 46 C 0 F BF 43 38
Octal 102 277 332 106 14 0 17 277 103 70
Binary 1000010 10111111 11011010 1000110 1100 0 1111 10111111 1000011 111000

Color Harmonies of #42BFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BFDA

Black with #42BFDA

Text Example


Text Example

White with #42BFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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