Html Css Color HEX #42BFFD Summer Sky

📋 copy color: '#42BFFD'

red 66 ◦ green 191 ◦ blue 253

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

Shades of Summer Sky #42BFFD

Tints of Summer Sky #42BFFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 49.61%

R = 12.94%
G = 37.45%
B = 49.61%

CMYK

 C value IS 0.74

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#42BFFD (or 0x42BFFD) is known color: Summer Sky. HEX triplet: 42, BF and FD. RGB value is (66,191,253). Sum of RGB (Red+Green+Blue) = 66+191+253=510 (67% of max value = 765). Red value is 66 (26.17% from 255 or 12.94% from 510); Green value is 191 (75% from 255 or 37.45% from 510); Blue value is 253 (99.22% from 255 or 49.61% from 510); Max value from RGB is 253 - color contains mainly: blue. Hex color #42BFFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42BFFD is #BD4002. Grayscale: #A0A0A0. Windows color (decimal): -12402691 or 16629570. OLE color: 16629570.

HSL color Cylindrical-coordinate representation of color #42BFFD: hue angle of 199.89º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42BFFD is Cyan = 0.74, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 66 191 253 -
CMYK 0.74 0.25 0 0.01
HSL 199.89º 0.98% 0.63% -
HSV(B) 199.89º 0.74% 0.99% -
XYZ 38.61 45.51 99.68 -
YUV 160.69 180.09 60.46 -
System Red Green Blue C M Y K H S L
Decimal 66 191 253 0.74 0.25 0 0.01 199.89 0.98 0.63
Hex 42 BF FD 4A 19 0 1 C8 62 3F
Octal 102 277 375 112 31 0 1 310 142 77
Binary 1000010 10111111 11111101 1001010 11001 0 1 11001000 1100010 111111

Color Harmonies of #42BFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BFFD

Black with #42BFFD

Text Example


Text Example

White with #42BFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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