Html Css Color HEX #6FF1F2 Baby Blue

📋 copy color: '#6FF1F2'

red 111 ◦ green 241 ◦ blue 242

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

Shades of Baby Blue #6FF1F2

Tints of Baby Blue #6FF1F2

RGB

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

 GREEN value IS 241 (94.53% from 255) = 40.57%

 BLUE value IS 242 (94.92% from 255) = 40.74%

R = 18.69%
G = 40.57%
B = 40.74%

CMYK

 C value IS 0.54

 M value IS 0.00

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#6FF1F2 (or 0x6FF1F2) is known color: Baby Blue. HEX triplet: 6F, F1 and F2. RGB value is (111,241,242). Sum of RGB (Red+Green+Blue) = 111+241+242=594 (78% of max value = 765). Red value is 111 (43.75% from 255 or 18.69% from 594); Green value is 241 (94.53% from 255 or 40.57% from 594); Blue value is 242 (94.92% from 255 or 40.74% from 594); Max value from RGB is 242 - color contains mainly: blue. Hex color #6FF1F2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6FF1F2 is #900E0D. Grayscale: #CACACA. Windows color (decimal): -9440782 or 15921519. OLE color: 15921519.

HSL color Cylindrical-coordinate representation of color #6FF1F2: hue angle of 180.46º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6FF1F2 is Cyan = 0.54, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 111 241 242 -
CMYK 0.54 0.00 0 0.05
HSL 180.46º 0.83% 0.69% -
HSV(B) 180.46º 0.54% 0.95% -
XYZ 54.04 72.7 95.19 -
YUV 202.24 150.43 62.92 -
System Red Green Blue C M Y K H S L
Decimal 111 241 242 0.54 0.00 0 0.05 180.46 0.83 0.69
Hex 6F F1 F2 36 0 0 5 B4 53 45
Octal 157 361 362 66 0 0 5 264 123 105
Binary 1101111 11110001 11110010 110110 0 0 101 10110100 1010011 1000101

Color Harmonies of #6FF1F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FF1F2

Black with #6FF1F2

Text Example


Text Example

White with #6FF1F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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