Html Css Color HEX #42B0FD Summer Sky

📋 copy color: '#42B0FD'

red 66 ◦ green 176 ◦ blue 253

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

Shades of Summer Sky #42B0FD

Tints of Summer Sky #42B0FD

RGB

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

 GREEN value IS 176 (69.14% from 255) = 35.56%

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

R = 13.33%
G = 35.56%
B = 51.11%

CMYK

 C value IS 0.74

 M value IS 0.30

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#42B0FD (or 0x42B0FD) is known color: Summer Sky. HEX triplet: 42, B0 and FD. RGB value is (66,176,253). Sum of RGB (Red+Green+Blue) = 66+176+253=495 (65% of max value = 765). Red value is 66 (26.17% from 255 or 13.33% from 495); Green value is 176 (69.14% from 255 or 35.56% from 495); Blue value is 253 (99.22% from 255 or 51.11% from 495); Max value from RGB is 253 - color contains mainly: blue. Hex color #42B0FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #42B0FD is #BD4F02. Grayscale: #979797. Windows color (decimal): -12406531 or 16625730. OLE color: 16625730.

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

Color convert

RGB 66 176 253 -
CMYK 0.74 0.30 0 0.01
HSL 204.71º 0.98% 0.63% -
HSV(B) 204.71º 0.74% 0.99% -
XYZ 35.5 39.3 98.64 -
YUV 151.89 185.06 66.74 -
System Red Green Blue C M Y K H S L
Decimal 66 176 253 0.74 0.30 0 0.01 204.71 0.98 0.63
Hex 42 B0 FD 4A 1E 0 1 CD 62 3F
Octal 102 260 375 112 36 0 1 315 142 77
Binary 1000010 10110000 11111101 1001010 11110 0 1 11001101 1100010 111111

Color Harmonies of #42B0FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B0FD

Black with #42B0FD

Text Example


Text Example

White with #42B0FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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