Html Css Color HEX #6FFAF0 Baby Blue

📋 copy color: '#6FFAF0'

red 111 ◦ green 250 ◦ blue 240

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

Shades of Baby Blue #6FFAF0

Tints of Baby Blue #6FFAF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 39.93%

R = 18.47%
G = 41.6%
B = 39.93%

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

#6FFAF0 (or 0x6FFAF0) is known color: Baby Blue. HEX triplet: 6F, FA and F0. RGB value is (111,250,240). Sum of RGB (Red+Green+Blue) = 111+250+240=601 (79% of max value = 765). Red value is 111 (43.75% from 255 or 18.47% from 601); Green value is 250 (98.05% from 255 or 41.60% from 601); Blue value is 240 (94.14% from 255 or 39.93% from 601); Max value from RGB is 250 - color contains mainly: green. Hex color #6FFAF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6FFAF0 is #90050F. Grayscale: #CFCFCF. Windows color (decimal): -9438480 or 15792751. OLE color: 15792751.

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

Color convert

RGB 111 250 240 -
CMYK 0.56 0 0.04 0.02
HSL 175.68º 0.93% 0.71% -
HSV(B) 175.68º 0.56% 0.98% -
XYZ 56.47 78.04 94.53 -
YUV 207.3 146.45 59.31 -
System Red Green Blue C M Y K H S L
Decimal 111 250 240 0.56 0 0.04 0.02 175.68 0.93 0.71
Hex 6F FA F0 38 0 4 2 B0 5D 47
Octal 157 372 360 70 0 4 2 260 135 107
Binary 1101111 11111010 11110000 111000 0 100 10 10110000 1011101 1000111

Color Harmonies of #6FFAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FFAF0

Black with #6FFAF0

Text Example


Text Example

White with #6FFAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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