Html Css Color HEX #68F6FE Baby Blue

📋 copy color: '#68F6FE'

red 104 ◦ green 246 ◦ blue 254

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

Shades of Baby Blue #68F6FE

Tints of Baby Blue #68F6FE

RGB

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

 GREEN value IS 246 (96.48% from 255) = 40.73%

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

R = 17.22%
G = 40.73%
B = 42.05%

CMYK

 C value IS 0.59

 M value IS 0.03

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#68F6FE (or 0x68F6FE) is known color: Baby Blue. HEX triplet: 68, F6 and FE. RGB value is (104,246,254). Sum of RGB (Red+Green+Blue) = 104+246+254=604 (80% of max value = 765). Red value is 104 (41.02% from 255 or 17.22% from 604); Green value is 246 (96.48% from 255 or 40.73% from 604); Blue value is 254 (99.61% from 255 or 42.05% from 604); Max value from RGB is 254 - color contains mainly: blue. Hex color #68F6FE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68F6FE is #970901. Grayscale: #CCCCCC. Windows color (decimal): -9898242 or 16709224. OLE color: 16709224.

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

Color convert

RGB 104 246 254 -
CMYK 0.59 0.03 0 0.00
HSL 183.2º 0.99% 0.7% -
HSV(B) 183.2º 0.59% 1% -
XYZ 56.55 76.01 105.46 -
YUV 204.45 155.96 56.35 -
System Red Green Blue C M Y K H S L
Decimal 104 246 254 0.59 0.03 0 0.00 183.2 0.99 0.7
Hex 68 F6 FE 3B 3 0 0 B7 63 46
Octal 150 366 376 73 3 0 0 267 143 106
Binary 1101000 11110110 11111110 111011 11 0 0 10110111 1100011 1000110

Color Harmonies of #68F6FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68F6FE

Black with #68F6FE

Text Example


Text Example

White with #68F6FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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