Html Css Color HEX #68FBF9 Baby Blue

📋 copy color: '#68FBF9'

red 104 ◦ green 251 ◦ blue 249

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

Shades of Baby Blue #68FBF9

Tints of Baby Blue #68FBF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 41.23%

R = 17.22%
G = 41.56%
B = 41.23%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.01

 K value IS 0.02

RGB Variations

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

Color information

#68FBF9 (or 0x68FBF9) is known color: Baby Blue. HEX triplet: 68, FB and F9. RGB value is (104,251,249). Sum of RGB (Red+Green+Blue) = 104+251+249=604 (80% of max value = 765). Red value is 104 (41.02% from 255 or 17.22% from 604); Green value is 251 (98.44% from 255 or 41.56% from 604); Blue value is 249 (97.66% from 255 or 41.23% from 604); Max value from RGB is 251 - color contains mainly: green. Hex color #68FBF9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68FBF9 is #970406. Grayscale: #CECECE. Windows color (decimal): -9896967 or 16382824. OLE color: 16382824.

HSL color Cylindrical-coordinate representation of color #68FBF9: hue angle of 179.18º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #68FBF9 is Cyan = 0.59, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.02.

Color convert

RGB 104 251 249 -
CMYK 0.59 0 0.01 0.02
HSL 179.18º 0.95% 0.7% -
HSV(B) 179.18º 0.59% 0.98% -
XYZ 57.3 78.78 101.81 -
YUV 206.82 151.8 54.66 -
System Red Green Blue C M Y K H S L
Decimal 104 251 249 0.59 0 0.01 0.02 179.18 0.95 0.7
Hex 68 FB F9 3B 0 1 2 B3 5F 46
Octal 150 373 371 73 0 1 2 263 137 106
Binary 1101000 11111011 11111001 111011 0 1 10 10110011 1011111 1000110

Color Harmonies of #68FBF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68FBF9

Black with #68FBF9

Text Example


Text Example

White with #68FBF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,251,249); }

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

background-color css

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

 a { background-color: rgb(104,251,249); }

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

border-color css

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

 span { border-color: rgb(104,251,249); }

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