Html Css Color HEX #68EFFB Baby Blue

📋 copy color: '#68EFFB'

red 104 ◦ green 239 ◦ blue 251

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

Shades of Baby Blue #68EFFB

Tints of Baby Blue #68EFFB

RGB

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

 GREEN value IS 239 (93.75% from 255) = 40.24%

 BLUE value IS 251 (98.44% from 255) = 42.26%

R = 17.51%
G = 40.24%
B = 42.26%

CMYK

 C value IS 0.59

 M value IS 0.05

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#68EFFB (or 0x68EFFB) is known color: Baby Blue. HEX triplet: 68, EF and FB. RGB value is (104,239,251). Sum of RGB (Red+Green+Blue) = 104+239+251=594 (78% of max value = 765). Red value is 104 (41.02% from 255 or 17.51% from 594); Green value is 239 (93.75% from 255 or 40.24% from 594); Blue value is 251 (98.44% from 255 or 42.26% from 594); Max value from RGB is 251 - color contains mainly: blue. Hex color #68EFFB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68EFFB is #971004. Grayscale: #C7C7C7. Windows color (decimal): -9900037 or 16510824. OLE color: 16510824.

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

Color convert

RGB 104 239 251 -
CMYK 0.59 0.05 0 0.02
HSL 184.9º 0.95% 0.7% -
HSV(B) 184.9º 0.59% 0.98% -
XYZ 53.99 71.64 102.25 -
YUV 200 156.77 59.52 -
System Red Green Blue C M Y K H S L
Decimal 104 239 251 0.59 0.05 0 0.02 184.9 0.95 0.7
Hex 68 EF FB 3B 5 0 2 B9 5F 46
Octal 150 357 373 73 5 0 2 271 137 106
Binary 1101000 11101111 11111011 111011 101 0 10 10111001 1011111 1000110

Color Harmonies of #68EFFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68EFFB

Black with #68EFFB

Text Example


Text Example

White with #68EFFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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