Html Css Color HEX #68FFFD Baby Blue

📋 copy color: '#68FFFD'

red 104 ◦ green 255 ◦ blue 253

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

Shades of Baby Blue #68FFFD

Tints of Baby Blue #68FFFD

RGB

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

 GREEN value IS 255 (100% from 255) = 41.67%

 BLUE value IS 253 (99.22% from 255) = 41.34%

R = 16.99%
G = 41.67%
B = 41.34%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.01

 K value IS 0

RGB Variations

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

Color information

#68FFFD (or 0x68FFFD) is known color: Baby Blue. HEX triplet: 68, FF and FD. RGB value is (104,255,253). Sum of RGB (Red+Green+Blue) = 104+255+253=612 (81% of max value = 765). Red value is 104 (41.02% from 255 or 16.99% from 612); Green value is 255 (100% from 255 or 41.67% from 612); Blue value is 253 (99.22% from 255 or 41.34% from 612); Max value from RGB is 255 - color contains mainly: green. Hex color #68FFFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68FFFD is #970002. Grayscale: #D1D1D1. Windows color (decimal): -9895939 or 16645992. OLE color: 16645992.

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

Color convert

RGB 104 255 253 -
CMYK 0.59 0 0.01 0
HSL 179.21º 1% 0.7% -
HSV(B) 179.21º 0.59% 1% -
XYZ 59.2 81.55 105.55 -
YUV 209.62 152.47 52.66 -
System Red Green Blue C M Y K H S L
Decimal 104 255 253 0.59 0 0.01 0 179.21 1 0.7
Hex 68 FF FD 3B 0 1 0 B3 64 46
Octal 150 377 375 73 0 1 0 263 144 106
Binary 1101000 11111111 11111101 111011 0 1 0 10110011 1100100 1000110

Color Harmonies of #68FFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68FFFD

Black with #68FFFD

Text Example


Text Example

White with #68FFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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