Html Css Color HEX #68FDFF Baby Blue

📋 copy color: '#68FDFF'

red 104 ◦ green 253 ◦ blue 255

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

Shades of Baby Blue #68FDFF

Tints of Baby Blue #68FDFF

RGB

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

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

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

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

CMYK

 C value IS 0.59

 M value IS 0.01

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #68FDFF: hue angle of 180.79º 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 #68FDFF is Cyan = 0.59, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 104 253 255 -
CMYK 0.59 0.01 0 0
HSL 180.79º 1% 0.7% -
HSV(B) 180.79º 0.59% 1% -
XYZ 58.88 80.41 107.03 -
YUV 208.68 154.14 53.34 -
System Red Green Blue C M Y K H S L
Decimal 104 253 255 0.59 0.01 0 0 180.79 1 0.7
Hex 68 FD FF 3B 1 0 0 B5 64 46
Octal 150 375 377 73 1 0 0 265 144 106
Binary 1101000 11111101 11111111 111011 1 0 0 10110101 1100100 1000110

Color Harmonies of #68FDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68FDFF

Black with #68FDFF

Text Example


Text Example

White with #68FDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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