Html Css Color HEX #68EBFF Baby Blue

📋 copy color: '#68EBFF'

red 104 ◦ green 235 ◦ blue 255

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

Shades of Baby Blue #68EBFF

Tints of Baby Blue #68EBFF

RGB

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

 GREEN value IS 235 (92.19% from 255) = 39.56%

 BLUE value IS 255 (100% from 255) = 42.93%

R = 17.51%
G = 39.56%
B = 42.93%

CMYK

 C value IS 0.59

 M value IS 0.08

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#68EBFF (or 0x68EBFF) is known color: Baby Blue. HEX triplet: 68, EB and FF. RGB value is (104,235,255). Sum of RGB (Red+Green+Blue) = 104+235+255=594 (78% of max value = 765). Red value is 104 (41.02% from 255 or 17.51% from 594); Green value is 235 (92.19% from 255 or 39.56% from 594); Blue value is 255 (100% from 255 or 42.93% from 594); Max value from RGB is 255 - color contains mainly: blue. Hex color #68EBFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68EBFF is #971400. Grayscale: #C5C5C5. Windows color (decimal): -9901057 or 16771944. OLE color: 16771944.

HSL color Cylindrical-coordinate representation of color #68EBFF: hue angle of 187.95º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #68EBFF is Cyan = 0.59, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 104 235 255 -
CMYK 0.59 0.08 0 0
HSL 187.95º 1% 0.7% -
HSV(B) 187.95º 0.59% 1% -
XYZ 53.47 69.58 105.22 -
YUV 198.11 160.1 60.87 -
System Red Green Blue C M Y K H S L
Decimal 104 235 255 0.59 0.08 0 0 187.95 1 0.7
Hex 68 EB FF 3B 8 0 0 BC 64 46
Octal 150 353 377 73 10 0 0 274 144 106
Binary 1101000 11101011 11111111 111011 1000 0 0 10111100 1100100 1000110

Color Harmonies of #68EBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68EBFF

Black with #68EBFF

Text Example


Text Example

White with #68EBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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