Html Css Color HEX #68FBED Baby Blue

📋 copy color: '#68FBED'

red 104 ◦ green 251 ◦ blue 237

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

Shades of Baby Blue #68FBED

Tints of Baby Blue #68FBED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 40.03%

R = 17.57%
G = 42.4%
B = 40.03%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#68FBED (or 0x68FBED) is known color: Baby Blue. HEX triplet: 68, FB and ED. RGB value is (104,251,237). Sum of RGB (Red+Green+Blue) = 104+251+237=592 (78% of max value = 765). Red value is 104 (41.02% from 255 or 17.57% from 592); Green value is 251 (98.44% from 255 or 42.40% from 592); Blue value is 237 (92.97% from 255 or 40.03% from 592); Max value from RGB is 251 - color contains mainly: green. Hex color #68FBED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68FBED is #970412. Grayscale: #CDCDCD. Windows color (decimal): -9896979 or 15596392. OLE color: 15596392.

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

Color convert

RGB 104 251 237 -
CMYK 0.59 0 0.06 0.02
HSL 174.29º 0.95% 0.7% -
HSV(B) 174.29º 0.59% 0.98% -
XYZ 55.49 78.05 92.26 -
YUV 205.45 145.8 55.64 -
System Red Green Blue C M Y K H S L
Decimal 104 251 237 0.59 0 0.06 0.02 174.29 0.95 0.7
Hex 68 FB ED 3B 0 6 2 AE 5F 46
Octal 150 373 355 73 0 6 2 256 137 106
Binary 1101000 11111011 11101101 111011 0 110 10 10101110 1011111 1000110

Color Harmonies of #68FBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68FBED

Black with #68FBED

Text Example


Text Example

White with #68FBED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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