Html Css Color HEX #42BBFB Summer Sky

📋 copy color: '#42BBFB'

red 66 ◦ green 187 ◦ blue 251

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

Shades of Summer Sky #42BBFB

Tints of Summer Sky #42BBFB

RGB

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

 GREEN value IS 187 (73.44% from 255) = 37.1%

 BLUE value IS 251 (98.44% from 255) = 49.8%

R = 13.1%
G = 37.1%
B = 49.8%

CMYK

 C value IS 0.74

 M value IS 0.25

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#42BBFB (or 0x42BBFB) is known color: Summer Sky. HEX triplet: 42, BB and FB. RGB value is (66,187,251). Sum of RGB (Red+Green+Blue) = 66+187+251=504 (66% of max value = 765). Red value is 66 (26.17% from 255 or 13.10% from 504); Green value is 187 (73.44% from 255 or 37.10% from 504); Blue value is 251 (98.44% from 255 or 49.80% from 504); Max value from RGB is 251 - color contains mainly: blue. Hex color #42BBFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42BBFB is #BD4404. Grayscale: #9D9D9D. Windows color (decimal): -12403717 or 16497474. OLE color: 16497474.

HSL color Cylindrical-coordinate representation of color #42BBFB: hue angle of 200.76º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42BBFB is Cyan = 0.74, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 66 187 251 -
CMYK 0.74 0.25 0 0.02
HSL 200.76º 0.96% 0.62% -
HSV(B) 200.76º 0.74% 0.98% -
XYZ 37.43 43.66 97.72 -
YUV 158.12 180.41 62.3 -
System Red Green Blue C M Y K H S L
Decimal 66 187 251 0.74 0.25 0 0.02 200.76 0.96 0.62
Hex 42 BB FB 4A 19 0 2 C9 60 3E
Octal 102 273 373 112 31 0 2 311 140 76
Binary 1000010 10111011 11111011 1001010 11001 0 10 11001001 1100000 111110

Color Harmonies of #42BBFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BBFB

Black with #42BBFB

Text Example


Text Example

White with #42BBFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,187,251); }

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

background-color css

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

 a { background-color: rgb(66,187,251); }

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

border-color css

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

 span { border-color: rgb(66,187,251); }

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