Html Css Color HEX #6FFBF2 Baby Blue

📋 copy color: '#6FFBF2'

red 111 ◦ green 251 ◦ blue 242

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

Shades of Baby Blue #6FFBF2

Tints of Baby Blue #6FFBF2

RGB

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

 GREEN value IS 251 (98.44% from 255) = 41.56%

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

R = 18.38%
G = 41.56%
B = 40.07%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#6FFBF2 (or 0x6FFBF2) is known color: Baby Blue. HEX triplet: 6F, FB and F2. RGB value is (111,251,242). Sum of RGB (Red+Green+Blue) = 111+251+242=604 (80% of max value = 765). Red value is 111 (43.75% from 255 or 18.38% from 604); Green value is 251 (98.44% from 255 or 41.56% from 604); Blue value is 242 (94.92% from 255 or 40.07% from 604); Max value from RGB is 251 - color contains mainly: green. Hex color #6FFBF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6FFBF2 is #90040D. Grayscale: #D0D0D0. Windows color (decimal): -9438222 or 15924079. OLE color: 15924079.

HSL color Cylindrical-coordinate representation of color #6FFBF2: hue angle of 176.14º degrees, saturation: 0.95, 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 #6FFBF2 is Cyan = 0.56, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB 111 251 242 -
CMYK 0.56 0 0.04 0.02
HSL 176.14º 0.95% 0.71% -
HSV(B) 176.14º 0.56% 0.98% -
XYZ 57.08 78.78 96.2 -
YUV 208.11 147.12 58.73 -
System Red Green Blue C M Y K H S L
Decimal 111 251 242 0.56 0 0.04 0.02 176.14 0.95 0.71
Hex 6F FB F2 38 0 4 2 B0 5F 47
Octal 157 373 362 70 0 4 2 260 137 107
Binary 1101111 11111011 11110010 111000 0 100 10 10110000 1011111 1000111

Color Harmonies of #6FFBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FFBF2

Black with #6FFBF2

Text Example


Text Example

White with #6FFBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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