Html Css Color HEX #68FBEA Baby Blue

📋 copy color: '#68FBEA'

red 104 ◦ green 251 ◦ blue 234

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

Shades of Baby Blue #68FBEA

Tints of Baby Blue #68FBEA

RGB

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

 GREEN value IS 251 (98.44% from 255) = 42.61%

 BLUE value IS 234 (91.8% from 255) = 39.73%

R = 17.66%
G = 42.61%
B = 39.73%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#68FBEA (or 0x68FBEA) is known color: Baby Blue. HEX triplet: 68, FB and EA. RGB value is (104,251,234). Sum of RGB (Red+Green+Blue) = 104+251+234=589 (78% of max value = 765). Red value is 104 (41.02% from 255 or 17.66% from 589); Green value is 251 (98.44% from 255 or 42.61% from 589); Blue value is 234 (91.80% from 255 or 39.73% from 589); Max value from RGB is 251 - color contains mainly: green. Hex color #68FBEA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68FBEA is #970415. Grayscale: #CDCDCD. Windows color (decimal): -9896982 or 15399784. OLE color: 15399784.

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

Color convert

RGB 104 251 234 -
CMYK 0.59 0 0.07 0.02
HSL 173.06º 0.95% 0.7% -
HSV(B) 173.06º 0.59% 0.98% -
XYZ 55.06 77.88 89.97 -
YUV 205.11 144.3 55.88 -
System Red Green Blue C M Y K H S L
Decimal 104 251 234 0.59 0 0.07 0.02 173.06 0.95 0.7
Hex 68 FB EA 3B 0 7 2 AD 5F 46
Octal 150 373 352 73 0 7 2 255 137 106
Binary 1101000 11111011 11101010 111011 0 111 10 10101101 1011111 1000110

Color Harmonies of #68FBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68FBEA

Black with #68FBEA

Text Example


Text Example

White with #68FBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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