Html Css Color HEX #42F7FA Baby Blue

📋 copy color: '#42F7FA'

red 66 ◦ green 247 ◦ blue 250

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

Shades of Baby Blue #42F7FA

Tints of Baby Blue #42F7FA

RGB

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

 GREEN value IS 247 (96.88% from 255) = 43.87%

 BLUE value IS 250 (98.05% from 255) = 44.4%

R = 11.72%
G = 43.87%
B = 44.4%

CMYK

 C value IS 0.74

 M value IS 0.01

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#42F7FA (or 0x42F7FA) is known color: Baby Blue. HEX triplet: 42, F7 and FA. RGB value is (66,247,250). Sum of RGB (Red+Green+Blue) = 66+247+250=563 (74% of max value = 765). Red value is 66 (26.17% from 255 or 11.72% from 563); Green value is 247 (96.88% from 255 or 43.87% from 563); Blue value is 250 (98.05% from 255 or 44.40% from 563); Max value from RGB is 250 - color contains mainly: blue. Hex color #42F7FA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #42F7FA is #BD0805. Grayscale: #C1C1C1. Windows color (decimal): -12388358 or 16447298. OLE color: 16447298.

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

Color convert

RGB 66 247 250 -
CMYK 0.74 0.01 0 0.02
HSL 180.98º 0.95% 0.62% -
HSV(B) 180.98º 0.74% 0.98% -
XYZ 52.76 74.58 102.06 -
YUV 193.22 160.03 37.26 -
System Red Green Blue C M Y K H S L
Decimal 66 247 250 0.74 0.01 0 0.02 180.98 0.95 0.62
Hex 42 F7 FA 4A 1 0 2 B5 5F 3E
Octal 102 367 372 112 1 0 2 265 137 76
Binary 1000010 11110111 11111010 1001010 1 0 10 10110101 1011111 111110

Color Harmonies of #42F7FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42F7FA

Black with #42F7FA

Text Example


Text Example

White with #42F7FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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