Html Css Color HEX #68F4F6 Baby Blue

📋 copy color: '#68F4F6'

red 104 ◦ green 244 ◦ blue 246

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

Shades of Baby Blue #68F4F6

Tints of Baby Blue #68F4F6

RGB

 RED value IS 104 (41.02% from 255) = 17.51%

 GREEN value IS 244 (95.7% from 255) = 41.08%

 BLUE value IS 246 (96.48% from 255) = 41.41%

R = 17.51%
G = 41.08%
B = 41.41%

CMYK

 C value IS 0.58

 M value IS 0.01

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#68F4F6 (or 0x68F4F6) is known color: Baby Blue. HEX triplet: 68, F4 and F6. RGB value is (104,244,246). Sum of RGB (Red+Green+Blue) = 104+244+246=594 (78% of max value = 765). Red value is 104 (41.02% from 255 or 17.51% from 594); Green value is 244 (95.70% from 255 or 41.08% from 594); Blue value is 246 (96.48% from 255 or 41.41% from 594); Max value from RGB is 246 - color contains mainly: blue. Hex color #68F4F6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68F4F6 is #970B09. Grayscale: #CACACA. Windows color (decimal): -9898762 or 16184424. OLE color: 16184424.

HSL color Cylindrical-coordinate representation of color #68F4F6: hue angle of 180.85º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68F4F6 is Cyan = 0.58, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 104 244 246 -
CMYK 0.58 0.01 0 0.04
HSL 180.85º 0.89% 0.69% -
HSV(B) 180.85º 0.58% 0.96% -
XYZ 54.69 74.3 98.65 -
YUV 202.37 152.62 57.84 -
System Red Green Blue C M Y K H S L
Decimal 104 244 246 0.58 0.01 0 0.04 180.85 0.89 0.69
Hex 68 F4 F6 3A 1 0 4 B5 59 45
Octal 150 364 366 72 1 0 4 265 131 105
Binary 1101000 11110100 11110110 111010 1 0 100 10110101 1011001 1000101

Color Harmonies of #68F4F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68F4F6

Black with #68F4F6

Text Example


Text Example

White with #68F4F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68F4F6; }

 p { color: rgb(104,244,246); }

 H1.HeaderClassName
 {
   color: #68F4F6;
 }
 .AnyTagClassName
 {
   color: #68F4F6;
 }
</style>

background-color css

<style>
 a { background-color: #68F4F6; }

 a { background-color: rgb(104,244,246); }

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

border-color css

<style>
 span { border-color: #68F4F6; }

 span { border-color: rgb(104,244,246); }

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