Html Css Color HEX #68FEFD Baby Blue

📋 copy color: '#68FEFD'

red 104 ◦ green 254 ◦ blue 253

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

Shades of Baby Blue #68FEFD

Tints of Baby Blue #68FEFD

RGB

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

 GREEN value IS 254 (99.61% from 255) = 41.57%

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

R = 17.02%
G = 41.57%
B = 41.41%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.00

 K value IS 0.00

RGB Variations

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

Color information

#68FEFD (or 0x68FEFD) is known color: Baby Blue. HEX triplet: 68, FE and FD. RGB value is (104,254,253). Sum of RGB (Red+Green+Blue) = 104+254+253=611 (80% of max value = 765). Red value is 104 (41.02% from 255 or 17.02% from 611); Green value is 254 (99.61% from 255 or 41.57% from 611); Blue value is 253 (99.22% from 255 or 41.41% from 611); Max value from RGB is 254 - color contains mainly: green. Hex color #68FEFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68FEFD is #970102. Grayscale: #D0D0D0. Windows color (decimal): -9896195 or 16645736. OLE color: 16645736.

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

Color convert

RGB 104 254 253 -
CMYK 0.59 0 0.00 0.00
HSL 179.6º 0.99% 0.7% -
HSV(B) 179.6º 0.59% 1% -
XYZ 58.88 80.92 105.44 -
YUV 209.04 152.81 53.08 -
System Red Green Blue C M Y K H S L
Decimal 104 254 253 0.59 0 0.00 0.00 179.6 0.99 0.7
Hex 68 FE FD 3B 0 0 0 B4 63 46
Octal 150 376 375 73 0 0 0 264 143 106
Binary 1101000 11111110 11111101 111011 0 0 0 10110100 1100011 1000110

Color Harmonies of #68FEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68FEFD

Black with #68FEFD

Text Example


Text Example

White with #68FEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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