Html Css Color HEX #42BEFD Summer Sky

📋 copy color: '#42BEFD'

red 66 ◦ green 190 ◦ blue 253

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

Shades of Summer Sky #42BEFD

Tints of Summer Sky #42BEFD

RGB

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

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

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

R = 12.97%
G = 37.33%
B = 49.71%

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

#42BEFD (or 0x42BEFD) is known color: Summer Sky. HEX triplet: 42, BE and FD. RGB value is (66,190,253). Sum of RGB (Red+Green+Blue) = 66+190+253=509 (67% of max value = 765). Red value is 66 (26.17% from 255 or 12.97% from 509); Green value is 190 (74.61% from 255 or 37.33% from 509); Blue value is 253 (99.22% from 255 or 49.71% from 509); Max value from RGB is 253 - color contains mainly: blue. Hex color #42BEFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42BEFD is #BD4102. Grayscale: #9F9F9F. Windows color (decimal): -12402947 or 16629314. OLE color: 16629314.

HSL color Cylindrical-coordinate representation of color #42BEFD: hue angle of 200.21º 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 #42BEFD is Cyan = 0.74, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 66 190 253 -
CMYK 0.74 0.25 0 0.01
HSL 200.21º 0.98% 0.63% -
HSV(B) 200.21º 0.74% 0.99% -
XYZ 38.39 45.08 99.61 -
YUV 160.11 180.42 60.88 -
System Red Green Blue C M Y K H S L
Decimal 66 190 253 0.74 0.25 0 0.01 200.21 0.98 0.63
Hex 42 BE FD 4A 19 0 1 C8 62 3F
Octal 102 276 375 112 31 0 1 310 142 77
Binary 1000010 10111110 11111101 1001010 11001 0 1 11001000 1100010 111111

Color Harmonies of #42BEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BEFD

Black with #42BEFD

Text Example


Text Example

White with #42BEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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