Html Css Color HEX #42FAFD Baby Blue

📋 copy color: '#42FAFD'

red 66 ◦ green 250 ◦ blue 253

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

Shades of Baby Blue #42FAFD

Tints of Baby Blue #42FAFD

RGB

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

 GREEN value IS 250 (98.05% from 255) = 43.94%

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

R = 11.6%
G = 43.94%
B = 44.46%

CMYK

 C value IS 0.74

 M value IS 0.01

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#42FAFD (or 0x42FAFD) is known color: Baby Blue. HEX triplet: 42, FA and FD. RGB value is (66,250,253). Sum of RGB (Red+Green+Blue) = 66+250+253=569 (75% of max value = 765). Red value is 66 (26.17% from 255 or 11.60% from 569); Green value is 250 (98.05% from 255 or 43.94% from 569); Blue value is 253 (99.22% from 255 or 44.46% from 569); Max value from RGB is 253 - color contains mainly: blue. Hex color #42FAFD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #42FAFD is #BD0502. Grayscale: #C3C3C3. Windows color (decimal): -12387587 or 16644674. OLE color: 16644674.

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

Color convert

RGB 66 250 253 -
CMYK 0.74 0.01 0 0.01
HSL 180.96º 0.98% 0.63% -
HSV(B) 180.96º 0.74% 0.99% -
XYZ 54.16 76.62 104.86 -
YUV 195.33 160.54 35.76 -
System Red Green Blue C M Y K H S L
Decimal 66 250 253 0.74 0.01 0 0.01 180.96 0.98 0.63
Hex 42 FA FD 4A 1 0 1 B5 62 3F
Octal 102 372 375 112 1 0 1 265 142 77
Binary 1000010 11111010 11111101 1001010 1 0 1 10110101 1100010 111111

Color Harmonies of #42FAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42FAFD

Black with #42FAFD

Text Example


Text Example

White with #42FAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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