Html Css Color HEX #42BFF1 Summer Sky

📋 copy color: '#42BFF1'

red 66 ◦ green 191 ◦ blue 241

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

Shades of Summer Sky #42BFF1

Tints of Summer Sky #42BFF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 48.39%

R = 13.25%
G = 38.35%
B = 48.39%

CMYK

 C value IS 0.73

 M value IS 0.21

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#42BFF1 (or 0x42BFF1) is known color: Summer Sky. HEX triplet: 42, BF and F1. RGB value is (66,191,241). Sum of RGB (Red+Green+Blue) = 66+191+241=498 (65% of max value = 765). Red value is 66 (26.17% from 255 or 13.25% from 498); Green value is 191 (75% from 255 or 38.35% from 498); Blue value is 241 (94.53% from 255 or 48.39% from 498); Max value from RGB is 241 - color contains mainly: blue. Hex color #42BFF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42BFF1 is #BD400E. Grayscale: #9F9F9F. Windows color (decimal): -12402703 or 15843138. OLE color: 15843138.

HSL color Cylindrical-coordinate representation of color #42BFF1: hue angle of 197.14º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42BFF1 is Cyan = 0.73, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 66 191 241 -
CMYK 0.73 0.21 0 0.05
HSL 197.14º 0.86% 0.6% -
HSV(B) 197.14º 0.73% 0.95% -
XYZ 36.75 44.77 89.92 -
YUV 159.33 174.09 61.43 -
System Red Green Blue C M Y K H S L
Decimal 66 191 241 0.73 0.21 0 0.05 197.14 0.86 0.6
Hex 42 BF F1 49 15 0 5 C5 56 3C
Octal 102 277 361 111 25 0 5 305 126 74
Binary 1000010 10111111 11110001 1001001 10101 0 101 11000101 1010110 111100

Color Harmonies of #42BFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BFF1

Black with #42BFF1

Text Example


Text Example

White with #42BFF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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