Html Css Color HEX #42BDFE Summer Sky

📋 copy color: '#42BDFE'

red 66 ◦ green 189 ◦ blue 254

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

Shades of Summer Sky #42BDFE

Tints of Summer Sky #42BDFE

RGB

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

 GREEN value IS 189 (74.22% from 255) = 37.13%

 BLUE value IS 254 (99.61% from 255) = 49.9%

R = 12.97%
G = 37.13%
B = 49.9%

CMYK

 C value IS 0.74

 M value IS 0.26

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#42BDFE (or 0x42BDFE) is known color: Summer Sky. HEX triplet: 42, BD and FE. RGB value is (66,189,254). Sum of RGB (Red+Green+Blue) = 66+189+254=509 (67% of max value = 765). Red value is 66 (26.17% from 255 or 12.97% from 509); Green value is 189 (74.22% from 255 or 37.13% from 509); Blue value is 254 (99.61% from 255 or 49.90% from 509); Max value from RGB is 254 - color contains mainly: blue. Hex color #42BDFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42BDFE is #BD4201. Grayscale: #9F9F9F. Windows color (decimal): -12403202 or 16694594. OLE color: 16694594.

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

Color convert

RGB 66 189 254 -
CMYK 0.74 0.26 0 0.00
HSL 200.74º 0.99% 0.63% -
HSV(B) 200.74º 0.74% 1% -
XYZ 38.33 44.71 100.38 -
YUV 159.63 181.25 61.21 -
System Red Green Blue C M Y K H S L
Decimal 66 189 254 0.74 0.26 0 0.00 200.74 0.99 0.63
Hex 42 BD FE 4A 1A 0 0 C9 63 3F
Octal 102 275 376 112 32 0 0 311 143 77
Binary 1000010 10111101 11111110 1001010 11010 0 0 11001001 1100011 111111

Color Harmonies of #42BDFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BDFE

Black with #42BDFE

Text Example


Text Example

White with #42BDFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,189,254); }

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

background-color css

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

 a { background-color: rgb(66,189,254); }

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

border-color css

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

 span { border-color: rgb(66,189,254); }

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