Html Css Color HEX #42BAFD Summer Sky

📋 copy color: '#42BAFD'

red 66 ◦ green 186 ◦ blue 253

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

Shades of Summer Sky #42BAFD

Tints of Summer Sky #42BAFD

RGB

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

 GREEN value IS 186 (73.05% from 255) = 36.83%

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

R = 13.07%
G = 36.83%
B = 50.1%

CMYK

 C value IS 0.74

 M value IS 0.26

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#42BAFD (or 0x42BAFD) is known color: Summer Sky. HEX triplet: 42, BA and FD. RGB value is (66,186,253). Sum of RGB (Red+Green+Blue) = 66+186+253=505 (66% of max value = 765). Red value is 66 (26.17% from 255 or 13.07% from 505); Green value is 186 (73.05% from 255 or 36.83% from 505); Blue value is 253 (99.22% from 255 or 50.10% from 505); Max value from RGB is 253 - color contains mainly: blue. Hex color #42BAFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42BAFD is #BD4502. Grayscale: #9D9D9D. Windows color (decimal): -12403971 or 16628290. OLE color: 16628290.

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

Color convert

RGB 66 186 253 -
CMYK 0.74 0.26 0 0.01
HSL 201.5º 0.98% 0.63% -
HSV(B) 201.5º 0.74% 0.99% -
XYZ 37.54 43.37 99.32 -
YUV 157.76 181.74 62.55 -
System Red Green Blue C M Y K H S L
Decimal 66 186 253 0.74 0.26 0 0.01 201.5 0.98 0.63
Hex 42 BA FD 4A 1A 0 1 C9 62 3F
Octal 102 272 375 112 32 0 1 311 142 77
Binary 1000010 10111010 11111101 1001010 11010 0 1 11001001 1100010 111111

Color Harmonies of #42BAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BAFD

Black with #42BAFD

Text Example


Text Example

White with #42BAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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