Html Css Color HEX #42FCFB Baby Blue

📋 copy color: '#42FCFB'

red 66 ◦ green 252 ◦ blue 251

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

Shades of Baby Blue #42FCFB

Tints of Baby Blue #42FCFB

RGB

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

 GREEN value IS 252 (98.83% from 255) = 44.29%

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

R = 11.6%
G = 44.29%
B = 44.11%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.00

 K value IS 0.01

RGB Variations

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

Color information

#42FCFB (or 0x42FCFB) is known color: Baby Blue. HEX triplet: 42, FC and FB. RGB value is (66,252,251). Sum of RGB (Red+Green+Blue) = 66+252+251=569 (75% of max value = 765). Red value is 66 (26.17% from 255 or 11.60% from 569); Green value is 252 (98.83% from 255 or 44.29% from 569); Blue value is 251 (98.44% from 255 or 44.11% from 569); Max value from RGB is 252 - color contains mainly: green. Hex color #42FCFB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #42FCFB is #BD0304. Grayscale: #C4C4C4. Windows color (decimal): -12387077 or 16514114. OLE color: 16514114.

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

Color convert

RGB 66 252 251 -
CMYK 0.74 0 0.00 0.01
HSL 179.68º 0.97% 0.62% -
HSV(B) 179.68º 0.74% 0.99% -
XYZ 54.47 77.74 103.4 -
YUV 196.27 158.88 35.08 -
System Red Green Blue C M Y K H S L
Decimal 66 252 251 0.74 0 0.00 0.01 179.68 0.97 0.62
Hex 42 FC FB 4A 0 0 1 B4 61 3E
Octal 102 374 373 112 0 0 1 264 141 76
Binary 1000010 11111100 11111011 1001010 0 0 1 10110100 1100001 111110

Color Harmonies of #42FCFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42FCFB

Black with #42FCFB

Text Example


Text Example

White with #42FCFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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