Html Css Color HEX #68FDFA Baby Blue

📋 copy color: '#68FDFA'

red 104 ◦ green 253 ◦ blue 250

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

Shades of Baby Blue #68FDFA

Tints of Baby Blue #68FDFA

RGB

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

 GREEN value IS 253 (99.22% from 255) = 41.68%

 BLUE value IS 250 (98.05% from 255) = 41.19%

R = 17.13%
G = 41.68%
B = 41.19%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#68FDFA (or 0x68FDFA) is known color: Baby Blue. HEX triplet: 68, FD and FA. RGB value is (104,253,250). Sum of RGB (Red+Green+Blue) = 104+253+250=607 (80% of max value = 765). Red value is 104 (41.02% from 255 or 17.13% from 607); Green value is 253 (99.22% from 255 or 41.68% from 607); Blue value is 250 (98.05% from 255 or 41.19% from 607); Max value from RGB is 253 - color contains mainly: green. Hex color #68FDFA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68FDFA is #970205. Grayscale: #CFCFCF. Windows color (decimal): -9896454 or 16448872. OLE color: 16448872.

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

Color convert

RGB 104 253 250 -
CMYK 0.59 0 0.01 0.01
HSL 178.79º 0.97% 0.7% -
HSV(B) 178.79º 0.59% 0.99% -
XYZ 58.09 80.1 102.84 -
YUV 208.11 151.64 53.74 -
System Red Green Blue C M Y K H S L
Decimal 104 253 250 0.59 0 0.01 0.01 178.79 0.97 0.7
Hex 68 FD FA 3B 0 1 1 B3 61 46
Octal 150 375 372 73 0 1 1 263 141 106
Binary 1101000 11111101 11111010 111011 0 1 1 10110011 1100001 1000110

Color Harmonies of #68FDFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68FDFA

Black with #68FDFA

Text Example


Text Example

White with #68FDFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,253,250); }

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

background-color css

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

 a { background-color: rgb(104,253,250); }

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

border-color css

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

 span { border-color: rgb(104,253,250); }

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