Html Css Color HEX #68F3FE Baby Blue

📋 copy color: '#68F3FE'

red 104 ◦ green 243 ◦ blue 254

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

Shades of Baby Blue #68F3FE

Tints of Baby Blue #68F3FE

RGB

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

 GREEN value IS 243 (95.31% from 255) = 40.43%

 BLUE value IS 254 (99.61% from 255) = 42.26%

R = 17.3%
G = 40.43%
B = 42.26%

CMYK

 C value IS 0.59

 M value IS 0.04

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#68F3FE (or 0x68F3FE) is known color: Baby Blue. HEX triplet: 68, F3 and FE. RGB value is (104,243,254). Sum of RGB (Red+Green+Blue) = 104+243+254=601 (79% of max value = 765). Red value is 104 (41.02% from 255 or 17.30% from 601); Green value is 243 (95.31% from 255 or 40.43% from 601); Blue value is 254 (99.61% from 255 or 42.26% from 601); Max value from RGB is 254 - color contains mainly: blue. Hex color #68F3FE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68F3FE is #970C01. Grayscale: #CACACA. Windows color (decimal): -9899010 or 16708456. OLE color: 16708456.

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

Color convert

RGB 104 243 254 -
CMYK 0.59 0.04 0 0.00
HSL 184.4º 0.99% 0.7% -
HSV(B) 184.4º 0.59% 1% -
XYZ 55.65 74.2 105.16 -
YUV 202.69 156.95 57.61 -
System Red Green Blue C M Y K H S L
Decimal 104 243 254 0.59 0.04 0 0.00 184.4 0.99 0.7
Hex 68 F3 FE 3B 4 0 0 B8 63 46
Octal 150 363 376 73 4 0 0 270 143 106
Binary 1101000 11110011 11111110 111011 100 0 0 10111000 1100011 1000110

Color Harmonies of #68F3FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68F3FE

Black with #68F3FE

Text Example


Text Example

White with #68F3FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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