Html Css Color HEX #6FF2FA Baby Blue

📋 copy color: '#6FF2FA'

red 111 ◦ green 242 ◦ blue 250

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

Shades of Baby Blue #6FF2FA

Tints of Baby Blue #6FF2FA

RGB

 RED value IS 111 (43.75% from 255) = 18.41%

 GREEN value IS 242 (94.92% from 255) = 40.13%

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

R = 18.41%
G = 40.13%
B = 41.46%

CMYK

 C value IS 0.56

 M value IS 0.03

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6FF2FA (or 0x6FF2FA) is known color: Baby Blue. HEX triplet: 6F, F2 and FA. RGB value is (111,242,250). Sum of RGB (Red+Green+Blue) = 111+242+250=603 (79% of max value = 765). Red value is 111 (43.75% from 255 or 18.41% from 603); Green value is 242 (94.92% from 255 or 40.13% from 603); Blue value is 250 (98.05% from 255 or 41.46% from 603); Max value from RGB is 250 - color contains mainly: blue. Hex color #6FF2FA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6FF2FA is #900D05. Grayscale: #CBCBCB. Windows color (decimal): -9440518 or 16446063. OLE color: 16446063.

HSL color Cylindrical-coordinate representation of color #6FF2FA: hue angle of 183.45º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FF2FA is Cyan = 0.56, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 111 242 250 -
CMYK 0.56 0.03 0 0.02
HSL 183.45º 0.93% 0.71% -
HSV(B) 183.45º 0.56% 0.98% -
XYZ 55.56 73.79 101.76 -
YUV 203.74 154.1 61.85 -
System Red Green Blue C M Y K H S L
Decimal 111 242 250 0.56 0.03 0 0.02 183.45 0.93 0.71
Hex 6F F2 FA 38 3 0 2 B7 5D 47
Octal 157 362 372 70 3 0 2 267 135 107
Binary 1101111 11110010 11111010 111000 11 0 10 10110111 1011101 1000111

Color Harmonies of #6FF2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FF2FA

Black with #6FF2FA

Text Example


Text Example

White with #6FF2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6FF2FA; }

 p { color: rgb(111,242,250); }

 H1.HeaderClassName
 {
   color: #6FF2FA;
 }
 .AnyTagClassName
 {
   color: #6FF2FA;
 }
</style>

background-color css

<style>
 a { background-color: #6FF2FA; }

 a { background-color: rgb(111,242,250); }

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

border-color css

<style>
 span { border-color: #6FF2FA; }

 span { border-color: rgb(111,242,250); }

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