Html Css Color HEX #68F8FB Baby Blue

📋 copy color: '#68F8FB'

red 104 ◦ green 248 ◦ blue 251

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

Shades of Baby Blue #68F8FB

Tints of Baby Blue #68F8FB

RGB

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

 GREEN value IS 248 (97.27% from 255) = 41.13%

 BLUE value IS 251 (98.44% from 255) = 41.63%

R = 17.25%
G = 41.13%
B = 41.63%

CMYK

 C value IS 0.59

 M value IS 0.01

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#68F8FB (or 0x68F8FB) is known color: Baby Blue. HEX triplet: 68, F8 and FB. RGB value is (104,248,251). Sum of RGB (Red+Green+Blue) = 104+248+251=603 (79% of max value = 765). Red value is 104 (41.02% from 255 or 17.25% from 603); Green value is 248 (97.27% from 255 or 41.13% from 603); Blue value is 251 (98.44% from 255 or 41.63% from 603); Max value from RGB is 251 - color contains mainly: blue. Hex color #68F8FB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68F8FB is #970704. Grayscale: #CDCDCD. Windows color (decimal): -9897733 or 16513128. OLE color: 16513128.

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

Color convert

RGB 104 248 251 -
CMYK 0.59 0.01 0 0.02
HSL 181.22º 0.95% 0.7% -
HSV(B) 181.22º 0.59% 0.98% -
XYZ 56.69 77.04 103.15 -
YUV 205.29 153.79 55.76 -
System Red Green Blue C M Y K H S L
Decimal 104 248 251 0.59 0.01 0 0.02 181.22 0.95 0.7
Hex 68 F8 FB 3B 1 0 2 B5 5F 46
Octal 150 370 373 73 1 0 2 265 137 106
Binary 1101000 11111000 11111011 111011 1 0 10 10110101 1011111 1000110

Color Harmonies of #68F8FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68F8FB

Black with #68F8FB

Text Example


Text Example

White with #68F8FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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