Html Css Color HEX #68F1EB Baby Blue

📋 copy color: '#68F1EB'

red 104 ◦ green 241 ◦ blue 235

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

Shades of Baby Blue #68F1EB

Tints of Baby Blue #68F1EB

RGB

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

 GREEN value IS 241 (94.53% from 255) = 41.55%

 BLUE value IS 235 (92.19% from 255) = 40.52%

R = 17.93%
G = 41.55%
B = 40.52%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#68F1EB (or 0x68F1EB) is known color: Baby Blue. HEX triplet: 68, F1 and EB. RGB value is (104,241,235). Sum of RGB (Red+Green+Blue) = 104+241+235=580 (76% of max value = 765). Red value is 104 (41.02% from 255 or 17.93% from 580); Green value is 241 (94.53% from 255 or 41.55% from 580); Blue value is 235 (92.19% from 255 or 40.52% from 580); Max value from RGB is 241 - color contains mainly: green. Hex color #68F1EB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68F1EB is #970E14. Grayscale: #C7C7C7. Windows color (decimal): -9899541 or 15462760. OLE color: 15462760.

HSL color Cylindrical-coordinate representation of color #68F1EB: hue angle of 177.37º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68F1EB is Cyan = 0.57, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB 104 241 235 -
CMYK 0.57 0 0.02 0.05
HSL 177.37º 0.83% 0.68% -
HSV(B) 177.37º 0.57% 0.95% -
XYZ 52.16 71.85 89.72 -
YUV 199.35 148.11 59.99 -
System Red Green Blue C M Y K H S L
Decimal 104 241 235 0.57 0 0.02 0.05 177.37 0.83 0.68
Hex 68 F1 EB 39 0 2 5 B1 53 44
Octal 150 361 353 71 0 2 5 261 123 104
Binary 1101000 11110001 11101011 111001 0 10 101 10110001 1010011 1000100

Color Harmonies of #68F1EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68F1EB

Black with #68F1EB

Text Example


Text Example

White with #68F1EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,241,235); }

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

background-color css

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

 a { background-color: rgb(104,241,235); }

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

border-color css

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

 span { border-color: rgb(104,241,235); }

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